1 |
efrain |
1 |
/*
|
|
|
2 |
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
|
|
|
3 |
Code licensed under the BSD License:
|
|
|
4 |
http://developer.yahoo.com/yui/license.html
|
|
|
5 |
version: 2.9.0
|
|
|
6 |
*/
|
|
|
7 |
/* styles for entire widget */
|
|
|
8 |
.yui-skin-sam .yui-ac {
|
|
|
9 |
position:relative;font-family:arial;font-size:100%;
|
|
|
10 |
}
|
|
|
11 |
|
|
|
12 |
/* styles for input field */
|
|
|
13 |
.yui-skin-sam .yui-ac-input {
|
|
|
14 |
position:absolute;width:100%;
|
|
|
15 |
}
|
|
|
16 |
|
|
|
17 |
/* styles for results container */
|
|
|
18 |
.yui-skin-sam .yui-ac-container {
|
|
|
19 |
position:absolute;top:1.6em;width:100%;
|
|
|
20 |
}
|
|
|
21 |
|
|
|
22 |
/* styles for header/body/footer wrapper within container */
|
|
|
23 |
.yui-skin-sam .yui-ac-content {
|
|
|
24 |
position:absolute;width:100%;border:1px solid #808080;background:#fff;overflow:hidden;z-index:9050;
|
|
|
25 |
}
|
|
|
26 |
|
|
|
27 |
/* styles for container shadow */
|
|
|
28 |
.yui-skin-sam .yui-ac-shadow {
|
|
|
29 |
position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity: 0.10;opacity:.10;filter:alpha(opacity=10);z-index:9049;
|
|
|
30 |
}
|
|
|
31 |
|
|
|
32 |
/* styles for container iframe */
|
|
|
33 |
.yui-skin-sam .yui-ac iframe {
|
|
|
34 |
opacity:0;filter: alpha(opacity=0);
|
|
|
35 |
padding-right:.3em; padding-bottom:.3em; /* Bug 2026798: extend iframe to shim the shadow */
|
|
|
36 |
}
|
|
|
37 |
|
|
|
38 |
/* styles for results list */
|
|
|
39 |
.yui-skin-sam .yui-ac-content ul{
|
|
|
40 |
margin:0;padding:0;width:100%;
|
|
|
41 |
}
|
|
|
42 |
|
|
|
43 |
/* styles for result item */
|
|
|
44 |
.yui-skin-sam .yui-ac-content li {
|
|
|
45 |
margin:0;padding:2px 5px;cursor:default;white-space:nowrap;list-style:none;
|
|
|
46 |
zoom:1; /* For IE to trigger mouse events on LI */
|
|
|
47 |
}
|
|
|
48 |
|
|
|
49 |
/* styles for prehighlighted result item */
|
|
|
50 |
.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight {
|
|
|
51 |
background:#B3D4FF;
|
|
|
52 |
}
|
|
|
53 |
|
|
|
54 |
/* styles for highlighted result item */
|
|
|
55 |
.yui-skin-sam .yui-ac-content li.yui-ac-highlight {
|
|
|
56 |
background:#426FD9;color:#FFF;
|
|
|
57 |
}
|