Merging resourceloader branch into trunk. Full documentation is at http://www.mediawi...
[lhc/web/wiklou.git] / resources / jquery / jquery.suggestions.css
1 /* suggestions plugin */
2
3 .suggestions {
4 overflow: hidden;
5 position: absolute;
6 top: 0px;
7 left: 0px;
8 width: 0px;
9 border: none;
10 z-index: 99;
11 padding: 0;
12 margin: -1px 0 0 0;
13 }
14 .suggestions-special {
15 position: relative;
16 background-color: Window;
17 font-size: 0.8em;
18 cursor: pointer;
19 border: solid 1px #aaaaaa;
20 padding: 0;
21 margin: 0;
22 margin-top: -2px;
23 display: none;
24 padding: 0.25em 0.25em;
25 line-height: 1.25em;
26 }
27 .suggestions-results {
28 background-color: white;
29 background-color: Window;
30 font-size: 0.8em;
31 cursor: pointer;
32 border: solid 1px #aaaaaa;
33 padding: 0;
34 margin: 0;
35 }
36 .suggestions-result {
37 color: black;
38 color: WindowText;
39 margin: 0;
40 line-height: 1.5em;
41 padding: 0.01em 0.25em;
42 }
43 .suggestions-result-current {
44 background-color: #4C59A6;
45 background-color: Highlight;
46 color: white;
47 color: HighlightText;
48 }
49 .suggestions-special .special-label {
50 font-size: 0.8em;
51 color: gray;
52 }
53 .suggestions-special .special-query {
54 color: black;
55 font-style: italic;
56 }
57 .suggestions-special .special-hover {
58 background-color: silver;
59 }
60 .suggestions-result-current .special-label,
61 .suggestions-result-current .special-query {
62 color: white;
63 color: HighlightText;
64 }
65 .autoellipsis-matched,
66 .highlight {
67 font-weight: bold;
68 }