Merge branch 'Wikidata' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata
[lhc/web/wiklou.git] / resources / jquery / jquery.suggestions.css
1 /* suggestions plugin */
2
3 .suggestions {
4 overflow: hidden;
5 position: absolute;
6 top: 0;
7 left: 0;
8 width: 0;
9 border: none;
10 z-index: 1099;
11 padding: 0;
12 margin: -1px -1px 0 0;
13 }
14 /* IGNORED BY IE6 */
15 html > body .suggestions {
16 margin: -1px 0 0 0;
17 }
18 .suggestions-special {
19 position: relative;
20 background-color: white;
21 font-size: 0.8em;
22 cursor: pointer;
23 border: solid 1px #aaaaaa;
24 padding: 0;
25 margin: 0;
26 margin-top: -2px;
27 display: none;
28 padding: 0.25em 0.25em;
29 line-height: 1.25em;
30 }
31 .suggestions-results {
32 background-color: white;
33 font-size: 0.8em;
34 cursor: pointer;
35 border: solid 1px #aaaaaa;
36 padding: 0;
37 margin: 0;
38 }
39 .suggestions-result {
40 color: black;
41 margin: 0;
42 line-height: 1.5em;
43 padding: 0.01em 0.25em;
44 text-align: left;
45 }
46 .suggestions-result-current {
47 background-color: #4C59A6;
48 color: white;
49 }
50 .suggestions-special .special-label {
51 font-size: 0.8em;
52 color: gray;
53 text-align: left;
54 }
55 .suggestions-special .special-query {
56 color: black;
57 font-style: italic;
58 text-align: left;
59 }
60 .suggestions-special .special-hover {
61 background-color: silver;
62 }
63 .suggestions-result-current .special-label,
64 .suggestions-result-current .special-query {
65 color: white;
66 }
67 .autoellipsis-matched,
68 .highlight {
69 font-weight: bold;
70 }