blob: b32352398fc110d52a71db094199cc3f2a097949 [file] [log] [blame]
Nils Diewald44a72782014-06-20 16:03:21 +00001#searchMirror {
2 position: absolute;
3 height: 0px;
4 margin-top: 1px;
Nils Diewalddb03fa92014-06-23 13:36:55 +00005 white-space:nowrap;
6 overflow: show;
Nils Diewald44a72782014-06-20 16:03:21 +00007}
8
9#searchMirror > span {
10 opacity: 0;
11 white-space:nowrap;
12 overflow: hidden;
13}
14
15#searchMirror > ul {
16 color: white;
17 margin: 0;
18 text-indent: 0;
19 display: inline-block;
20 background-color: #496000;
21 opacity: 0;
22 padding: 0;
23 padding-top: 5px;
24 padding-bottom: 10px;
25 border-bottom-left-radius: 10px;
26 border-bottom-right-radius: 10px;
27}
28
29#searchMirror > ul > li {
30 list-style-type: none;
31 list-style-position: outside;
32 padding: 3pt 10pt;
33 text-shadow: none;
34}
35
Nils Diewald4af3f0b2014-06-25 01:43:17 +000036#searchMirror > ul > li {
37 white-space: normal;
38}
39
Nils Diewald44a72782014-06-20 16:03:21 +000040#searchMirror > ul > li > span {
41 float: right;
42 margin-left: 30pt;
43 text-align: right;
44 font-style: italic;
45 color: #7ba400;
46}
47
48/* like sidebar ul li.active */
49#searchMirror > ul > li.active {
50 background-color: #7ba400;
51 text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
52}
53
54#searchMirror > ul > li.active > span {
55 color: #496000;
56 text-shadow: none;
57}