| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727 |
- /*
- 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 #schema .loader
- {
- background-position: 0 50%;
- padding-left: 21px;
- }
- #content #schema.loaded
- {
- background-image: url( ../../img/div.gif );
- background-position: 21% 0;
- background-repeat: repeat-y;
- }
- #content #schema #data
- {
- float: right;
- width: 78%;
- }
- #content #schema #related
- {
- float: left;
- width: 20%;
- }
- #content #schema #related select
- {
- width: 100%;
- }
- #content #schema #related select optgroup
- {
- font-style: normal;
- padding: 5px;
- }
- #content #schema #related select option
- {
- padding-left: 10px;
- }
- #content #schema #related #f-df-t
- {
- border-bottom: 1px solid #f0f0f0;
- padding-bottom: 15px;
- }
- #content #schema #related .ukf-dsf dt
- {
- }
- #content #schema #related dl
- {
- margin-top: 15px;
- }
- #content #schema #related dl dt,
- #content #schema #related dl dd a
- {
- color: #4D4D4D;
- }
- #content #schema #related dl dt
- {
- font-weight: bold;
- margin-top: 5px;
- }
- #content #schema #related dl dd a
- {
- display: block;
- padding-left: 10px;
- }
- #content #schema #related dl dd a:hover
- {
- background-color: #f8f8f8;
- }
- #content #schema #related .field .field,
- #content #schema #related .field .field a,
- #content #schema #related .dynamic-field .dynamic-field,
- #content #schema #related .dynamic-field .dynamic-field a,
- #content #schema #related .type .type,
- #content #schema #related .type .type a,
- #content #schema #related .active,
- #content #schema #related .active a
- {
- color: #333;
- }
- #content #schema #related .copyfield,
- #content #schema #related .copyfield a
- {
- color: #666;
- }
- #content #schema #data
- {
- }
- #content #schema #data #index dt
- {
- float: left;
- margin-right: 5px;
- width: 150px;
- }
- #content #schema #data #field .field-options
- {
- margin-bottom: 10px;
- }
- #content #schema #data #field .field-options .head h2
- {
- padding-left: 5px;
- }
- #content #schema #data #field .partial
- {
- }
- #content #schema #data #field .partial p
- {
- background-image: url( ../../img/ico/exclamation-button.png );
- background-position: 0 50%;
- padding-left: 21px;
- }
- #content #schema #data #field .field-options .options dt,
- #content #schema #data #field .field-options .options dd
- {
- float: left;
- }
- #content #schema #data #field .field-options .options dt
- {
- clear: left;
- margin-right: 5px;
- width: 100px;
- }
- #content #schema #data #field .field-options .flags
- {
- margin-top: 10px;
- margin-bottom: 20px;
- }
- #content #schema #data #field .field-options .flags thead td
- {
- color: #4D4D4D;
- padding-right: 5px;
- width: 100px;
- }
- #content #schema #data #field .field-options .flags tbody td,
- #content #schema #data #field .field-options .flags th
- {
- padding: 2px 5px;
- }
- #content #schema #data #field .field-options .flags thead td,
- #content #schema #data #field .field-options .flags tbody th
- {
- padding-left: 0;
- }
- #content #schema #data #field .field-options .flags thead th,
- #content #schema #data #field .field-options .flags tbody td
- {
- border-left: 1px solid #f0f0f0;
- }
- #content #schema #data #field .field-options .flags tbody th,
- #content #schema #data #field .field-options .flags tbody td
- {
- border-top: 1px solid #f0f0f0;
- }
- #content #schema #data #field .field-options .flags tbody .check
- {
- background-color: #fafdfa;
- background-image: url( ../../img/ico/tick.png );
- background-position: 50% 50%;
- text-align: center;
- }
- #content #schema #data #field .field-options .flags tbody .check span
- {
- }
- #content #schema #data #field .field-options .flags tbody .text
- {
- color: #4D4D4D;
- }
- #content #schema #data #field .field-options .analyzer,
- #content #schema #data #field .field-options .analyzer li,
- #content #schema #data #field .field-options .analyzer ul,
- #content #schema #data #field .field-options .analyzer ul li
- {
- }
- #content #schema #data #field .field-options .analyzer p,
- #content #schema #data #field .field-options .analyzer dl
- {
- float: left;
- }
- #content #schema #data #field .field-options .analyzer p
- {
- margin-right: 5px;
- text-align: right;
- width: 125px;
- white-space: pre;
- }
- #content #schema #data #field .field-options .analyzer p a
- {
- cursor: auto;
- }
- #content #schema #data #field .field-options .analyzer p a.analysis
- {
- cursor: pointer;
- display: block;
- }
- #content #schema #data #field .field-options .analyzer p a.analysis span
- {
- background-image: url( ../../img/ico/question-white.png );
- background-position: 0 50%;
- padding-left: 21px;
- }
- #content #schema #data #field .field-options .analyzer p a.analysis:hover span
- {
- background-image: url( ../../img/ico/question.png );
- color: #008;
- }
- #content #schema #data #field .field-options .analyzer a
- {
- cursor: auto;
- }
- #content #schema #data #field .field-options .analyzer .toggle
- {
- background-image: url( ../../img/ico/chevron-small-expand.png );
- background-position: 100% 50%;
- cursor: pointer;
- display: block;
- padding-right: 21px;
- }
- #content #schema #data #field .field-options .analyzer .open .toggle
- {
- background-image: url( ../../img/ico/chevron-small.png );
- }
- #content #schema #data #field .field-options .analyzer li
- {
- border-top: 1px solid #f0f0f0;
- margin-top: 10px;
- padding-top: 10px;
- }
- #content #schema #data #field .field-options .analyzer ul
- {
- clear: left;
- margin-left: 55px;
- padding-top: 5px;
- }
- #content #schema #data #field .field-options .analyzer .open ul
- {
- display: block;
- }
- #content #schema #data #field .field-options .analyzer ul li
- {
- border-top: 1px solid #f8f8f8;
- margin-top: 5px;
- padding-top: 5px;
- }
- #content #schema #data #field .field-options .analyzer ul p
- {
- color: #4D4D4D;
- margin-right: 5px;
- text-align: right;
- width: 70px;
- }
- #content #schema #data #field .field-options .analyzer ul dd
- {
- margin-left: 20px;
- }
- #content #schema #data #field .field-options .analyzer ul dd
- {
- background-image: url( ../../img/ico/document-list.png );
- background-position: 0 50%;
- color: #4D4D4D;
- padding-left: 21px;
- }
- #content #schema #data #field .field-options .analyzer ul dd.ico-0
- {
- background-image: url( ../../img/ico/slash.png );
- }
- #content #schema #data #field .field-options .analyzer ul dd.ico-1
- {
- background-image: url( ../../img/ico/tick.png );
- }
- #content #schema #data #field .head
- {
- margin-bottom: 5px;
- }
- #content #schema #data #field .terminfo-holder
- {
- border-top: 1px solid #c0c0c0;
- padding-top: 10px;
- }
- #content #schema #data #field .terminfo-holder .trigger
- {
- float: left;
- width: 140px;
- }
- #content #schema #data #field .terminfo-holder .trigger button span
- {
- background-image: url( ../../img/ico/information.png );
- }
- #content #schema #data #field .terminfo-holder .status
- {
- border-left: 1px solid #f0f0f0;
- float: left;
- padding-left: 20px;
- padding-right: 20px;
- }
- #content #schema #data #field .terminfo-holder.disabled .trigger button span
- {
- background-image: url( ../../img/ico/prohibition.png );
- }
- #content #schema #data #field .terminfo-holder.disabled .status
- {
- display: block;
- }
- #content #schema #data #field .terminfo-holder .trigger .autoload
- {
- }
- #content #schema #data #field .terminfo-holder.loaded .trigger .autoload
- {
- background-image: url( ../../img/ico/ui-check-box-uncheck.png );
- background-position: 0 50%;
- color: #8D8D8D;
- display: block;
- margin-top: 10px;
- padding-left: 21px;
- }
- #content #schema #data #field .terminfo-holder .trigger .autoload:hover
- {
- color: #008;
- }
- #content #schema #data #field .terminfo-holder .trigger .autoload.on
- {
- background-image: url( ../../img/ico/ui-check-box.png );
- color: #333;
- }
- #content #schema #data #field .topterms-holder,
- #content #schema #data #field .histogram-holder
- {
- border-left: 1px solid #f0f0f0;
- float: left;
- padding-left: 20px;
- padding-right: 20px;
- }
- #content #schema #data #field .topterms-holder .head input
- {
- height: 18px;
- line-height: 16px;
- text-align: right;
- width: 30px;
- }
- #content #schema #data #field .topterms-holder .head .max-holder
- {
- color: #4D4D4D;
- }
- #content #schema #data #field .topterms-holder .head .max-holder:hover .max
- {
- color: #008;
- }
- #content #schema #data #field .topterms-holder .head #query_link
- {
- background-image: url( ../../img/ico/question-white.png );
- background-position: 0 50%;
- color: #4D4D4D;
- padding-left: 21px;
- margin-left: 5px;
- }
- #content #schema #data #field .topterms-holder .head #query_link:hover
- {
- background-image: url( ../../img/ico/question.png );
- }
- #content #schema #data #field .topterms-holder .head #query_link span
- {
- visibility: hidden;
- }
- #content #schema #data #field .topterms-holder .head #query_link:hover span
- {
- visibility: visible;
- }
- #content #schema .topterms-holder li
- {
- border-top: 1px solid #999;
- margin-bottom: 5px;
- }
- /* possible overwrite with inline style */
- #content #schema .topterms-holder li p
- {
- background-color: #999;
- color: #fff;
- float: left;
- }
- #content #schema .topterms-holder li p span
- {
- display: block;
- padding-right: 2px;
- text-align: right;
- }
- /* possible overwrite with inline style */
- #content #schema .topterms-holder li ul
- {
- margin-left: 30px;
- }
- #content #schema .topterms-holder li li
- {
- border-top: 0;
- margin-bottom: 0;
- white-space: nowrap;
- }
- #content #schema .topterms-holder li li.odd
- {
- background-color: #f0f0f0;
- }
- #content #schema .topterms-holder li li a
- {
- display: block;
- padding-left: 2px;
- padding-right: 2px;
- }
- #content #schema .topterms-holder li li a:hover
- {
- background-color: #c0c0c0;
- }
- #content #schema #data #field .histogram-holder ul
- {
- margin-left: 25px;
- }
- #content #schema #data #field .histogram-holder li
- {
- margin-bottom: 2px;
- position: relative;
- width: 150px;
- }
- #content #schema #data #field .histogram-holder li.odd
- {
- background-color: #f0f0f0;
- }
- #content #schema #data #field .histogram-holder li dl,
- #content #schema #data #field .histogram-holder li dt
- {
- padding-top: 1px;
- padding-bottom: 1px;
- }
- #content #schema #data #field .histogram-holder li dl
- {
- background-color: #c0c0c0;
- min-width: 1px;
- }
- #content #schema #data #field .histogram-holder li dt
- {
- color: #a0a0a0;
- position: absolute;
- overflow: hidden;
- left: -25px;
- top: 0px;
- }
- #content #schema #data #field .histogram-holder li dt span
- {
- display: block;
- padding-right: 4px;
- text-align: right;
- }
- #content #schema #data #field .histogram-holder li dd
- {
- clear: left;
- float: left;
- margin-left: 2px;
- white-space: nowrap;
- }
- #content #schema #data #field .histogram-holder li:hover dl
- {
- background-color: #b0b0b0;
- }
- #content #schema #data #field .histogram-holder li:hover dt
- {
- color: #333;
- }
- #content #schema #actions {
- margin-bottom: 20px;
- min-height: 30px;
- }
- #content #schema .actions #addField span { background-image: url( ../../img/ico/document-list.png ); }
- #content #schema .actions #addDynamicField span { background-image: url( ../../img/ico/documents-stack.png ); }
- #content #schema .actions #addCopyField span { background-image: url( ../../img/ico/document-import.png ); }
- #content #schema .actions div.action
- {
- width: 320px;
- background-color: #fff;
- border: 1px solid #f0f0f0;
- box-shadow: 5px 5px 10px #c0c0c0;
- -moz-box-shadow: 5px 5px 10px #c0c0c0;
- -webkit-box-shadow: 5px 5px 10px #c0c0c0;
- position: absolute;
- left: 160px;
- top: 50px;
- padding: 10px;
- z-index: 2;
- }
- #content #schema .actions p
- {
- padding-bottom: 8px;
- }
- #content #schema .actions label
- {
- float: left;
- padding-top: 3px;
- padding-bottom: 3px;
- text-align: right;
- width: 25%;
- }
- #content #schema .actions input,
- #content #schema .actions select,
- #content #schema .actions .buttons,
- #content #schema .actions .note span
- {
- float: right;
- width: 71%;
- }
- #content #schema .actions label.checkbox {
- margin-left: 27%;
- text-align: left;
- width: 73%;
- padding: 0px;
- margin-top: 0px;
- }
- #content #schema .actions .checkbox input {
- float: none;
- width: auto;
- }
- #content #schema .add_showhide {
- background-image: url( ../../img/ico/chevron-small-expand.png );
- background-position: 100% 50%;
- cursor: pointer;
- padding-right: 21px;
- }
- #content #schema .add_showhide.open {
- background-image: url( ../../img/ico/chevron-small.png );
- }
- #content #schema label
- {
- cursor: pointer;
- display: block;
- margin-top: 5px;
- width: 100%;
- }
- #content #schema .checkbox
- {
- margin-bottom: 0;
- width: auto;
- }
- #content #schema .chosen-container {
- margin-left: 6px;
- width: 100%;
- }
- #content #schema .chosen-drop input,
- #content #schema .chosen-results {
- width: 100% !important;
- }
- #content #schema button span
- {
- background-image: url( ../../img/ico/cross.png );
- }
- #content #schema button.submit span
- {
- background-image: url( ../../img/ico/tick.png );
- }
- #content #schema .error
- {
- background-image: url( ../../img/ico/cross-button.png );
- background-position: 22% 1px;
- color: #c00;
- font-weight: bold;
- margin-bottom: 10px;
- }
- #content #schema #actions .error span
- {
- float: right;
- width: 71%;
- padding-left: 3px;
- padding-right: 3px;
- }
- #content #schema .delete-field button span {
- background-image: url( ../../img/ico/cross.png );
- }
- #content #schema span.rem {
- background-image: url( ../../img/ico/cross.png );
- background-position: 100% 50%;
- cursor: pointer;
- padding-right: 21px;
- right:10px;
- float:right;
- }
- #content #schema .copyfield .updatable a {
- float:left;
- width:80%;
- }
- #content #schema dd.similarity.ng-binding::after {
- content: attr(data-tip) ;
- font-size: 12px;
- position: relative;
- white-space: nowrap;
- bottom: 9999px;
- left: 0;
- background: lightyellow;
- color: black;
- padding: 4px 7px;
- line-height: 24px;
- height: 24px;
- border: 1px solid darkgray;
- opacity: 0;
- transition:opacity 0.4s ease-out;
- }
- #content #schema dd.similarity.ng-binding:hover::after {
- opacity: 90;
- bottom: -20px;
- }
|