1 /*---------------- Search Box */ |
1 /*---------------- Search Box */ |
|
2 |
2 #FSearchBox { |
3 #FSearchBox { |
3 float: left; |
4 float: left; |
4 } |
5 } |
|
6 |
|
7 #searchli { |
|
8 float: right; |
|
9 display: block; |
|
10 width: 170px; |
|
11 height: 36px; |
|
12 } |
|
13 |
5 #MSearchBox { |
14 #MSearchBox { |
6 padding: 0px; |
15 white-space : nowrap; |
7 margin: 0px; |
16 position: absolute; |
8 border: none; |
17 float: none; |
9 border: 1px solid #84B0C7; |
18 display: inline; |
10 white-space: nowrap; |
19 margin-top: 8px; |
11 -moz-border-radius: 8px; |
20 right: 0px; |
12 -webkit-border-top-left-radius: 8px; |
21 width: 170px; |
13 -webkit-border-top-right-radius: 8px; |
22 z-index: 102;*/ |
14 -webkit-border-bottom-left-radius: 8px; |
23 } |
15 -webkit-border-bottom-right-radius: 8px; |
24 |
16 } |
25 #MSearchBox .left |
|
26 { |
|
27 display:block; |
|
28 position:absolute; |
|
29 left:10px; |
|
30 width:20px; |
|
31 height:19px; |
|
32 background:url('search_l.png') no-repeat; |
|
33 background-position:right; |
|
34 } |
|
35 |
|
36 #MSearchSelect { |
|
37 display:block; |
|
38 position:absolute; |
|
39 width:20px; |
|
40 height:19px; |
|
41 } |
|
42 |
|
43 .left #MSearchSelect { |
|
44 left:4px; |
|
45 } |
|
46 |
|
47 .right #MSearchSelect { |
|
48 right:5px; |
|
49 } |
|
50 |
17 #MSearchField { |
51 #MSearchField { |
|
52 display:block; |
|
53 position:absolute; |
|
54 height:19px; |
|
55 background:url('search_m.png') repeat-x; |
|
56 border:none; |
|
57 width:116px; |
|
58 margin-left:20px; |
|
59 padding-left:4px; |
|
60 color: #909090; |
|
61 outline: none; |
18 font: 9pt Arial, Verdana, sans-serif; |
62 font: 9pt Arial, Verdana, sans-serif; |
19 color: #999999; |
63 } |
20 background-color: #FFFFFF; |
64 |
21 font-style: normal; |
65 #FSearchBox #MSearchField { |
22 cursor: text; |
66 margin-left:15px; |
23 padding: 1px 1px; |
67 } |
24 margin: 0px 6px 0px 0px; |
68 |
25 border: none; |
69 #MSearchBox .right { |
26 outline: none; |
70 display:block; |
27 vertical-align: middle; |
71 position:absolute; |
28 } |
72 right:10px; |
29 .MSearchBoxActive #MSearchField { |
73 top:0px; |
30 color: #000000; |
74 width:20px; |
31 } |
75 height:19px; |
32 #MSearchSelect { |
76 background:url('search_r.png') no-repeat; |
33 float : none; |
77 background-position:left; |
34 display : inline; |
|
35 background : none; |
|
36 font: 9pt Verdana, sans-serif; |
|
37 border: none; |
|
38 margin: 0px 0px 0px 6px; |
|
39 vertical-align: middle; |
|
40 padding: 0px 0px; |
|
41 } |
78 } |
42 |
79 |
43 #MSearchClose { |
80 #MSearchClose { |
44 float : none; |
81 display: none; |
45 display : none; |
82 position: absolute; |
|
83 top: 4px; |
46 background : none; |
84 background : none; |
47 border: none; |
85 border: none; |
48 margin: 0px 4px 0px 0px; |
86 margin: 0px 4px 0px 0px; |
49 padding: 0px 0px; |
87 padding: 0px 0px; |
50 outline: none; |
88 outline: none; |
51 } |
89 } |
52 |
90 |
53 #MSearchCloseImg { |
91 .left #MSearchClose { |
54 vertical-align: middle; |
92 left: 6px; |
55 } |
93 } |
56 |
94 |
57 .MSearchBoxLeft { |
95 .right #MSearchClose { |
58 display: block; |
96 right: 2px; |
59 text-align: left; |
97 } |
60 float: left; |
98 |
61 margin-left: 6px; |
99 .MSearchBoxActive #MSearchField { |
62 } |
100 color: #000000; |
63 .MSearchBoxRight { |
|
64 display: block; |
|
65 float: right; |
|
66 text-align: right; |
|
67 margin-right: 6px; |
|
68 } |
|
69 .MSearchBoxSpacer { |
|
70 font-size: 0px; |
|
71 clear: both; |
|
72 } |
|
73 .MSearchBoxRow { |
|
74 font-size: 0px; |
|
75 clear: both; |
|
76 } |
101 } |
77 |
102 |
78 /*---------------- Search filter selection */ |
103 /*---------------- Search filter selection */ |
79 |
104 |
80 #MSearchSelectWindow { |
105 #MSearchSelectWindow { |
81 display: none; |
106 display: none; |
82 position: absolute; |
107 position: absolute; |
83 left: 0; top: 0; |
108 left: 0; top: 0; |
84 border: 1px solid #A0A0A0; |
109 border: 1px solid ##A0; |
85 background-color: #FAFAFA; |
110 background-color: ##FA; |
86 z-index: 1; |
111 z-index: 1; |
87 padding-top: 4px; |
112 padding-top: 4px; |
88 padding-bottom: 4px; |
113 padding-bottom: 4px; |
89 -moz-border-radius: 4px; |
114 -moz-border-radius: 4px; |
90 -webkit-border-top-left-radius: 4px; |
115 -webkit-border-top-left-radius: 4px; |
91 -webkit-border-top-right-radius: 4px; |
116 -webkit-border-top-right-radius: 4px; |
92 -webkit-border-bottom-left-radius: 4px; |
117 -webkit-border-bottom-left-radius: 4px; |
93 -webkit-border-bottom-right-radius: 4px; |
118 -webkit-border-bottom-right-radius: 4px; |
94 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); |
119 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); |
95 } |
120 } |
|
121 |
96 .SelectItem { |
122 .SelectItem { |
97 font: 8pt Arial, Verdana, sans-serif; |
123 font: 8pt Arial, Verdana, sans-serif; |
98 padding-left: 2px; |
124 padding-left: 2px; |
99 padding-right: 12px; |
125 padding-right: 12px; |
100 border: 0px; |
126 border: 0px; |
101 } |
127 } |
|
128 |
102 span.SelectionMark { |
129 span.SelectionMark { |
103 margin-right: 4px; |
130 margin-right: 4px; |
104 font-family: monospace; |
131 font-family: monospace; |
105 outline-style: none; |
132 outline-style: none; |
106 text-decoration: none; |
133 text-decoration: none; |
107 } |
134 } |
|
135 |
108 a.SelectItem { |
136 a.SelectItem { |
109 display: block; |
137 display: block; |
110 outline-style: none; |
138 outline-style: none; |
111 color: #000000; |
139 color: #000000; |
112 text-decoration: none; |
140 text-decoration: none; |
113 padding-left: 6px; |
141 padding-left: 6px; |
114 padding-right: 12px; |
142 padding-right: 12px; |
115 } |
143 } |
|
144 |
116 a.SelectItem:focus, |
145 a.SelectItem:focus, |
117 a.SelectItem:active { |
146 a.SelectItem:active { |
118 color: #000000; |
147 color: #000000; |
119 outline-style: none; |
148 outline-style: none; |
120 text-decoration: none; |
149 text-decoration: none; |
121 } |
150 } |
|
151 |
122 a.SelectItem:hover { |
152 a.SelectItem:hover { |
123 color: #FFFFFF; |
153 color: #FFFFFF; |
124 background-color: #2A50E4; |
154 background-color: ##50; |
125 outline-style: none; |
155 outline-style: none; |
126 text-decoration: none; |
156 text-decoration: none; |
127 cursor: pointer; |
157 cursor: pointer; |
128 display: block; |
158 display: block; |
129 } |
159 } |
152 |
183 |
153 .SREntry { |
184 .SREntry { |
154 font-size: 10pt; |
185 font-size: 10pt; |
155 padding-left: 1ex; |
186 padding-left: 1ex; |
156 } |
187 } |
|
188 |
157 .SRPage .SREntry { |
189 .SRPage .SREntry { |
158 font-size: 8pt; |
190 font-size: 8pt; |
159 padding: 1px 5px; |
191 padding: 1px 5px; |
160 } |
192 } |
|
193 |
161 body.SRPage { |
194 body.SRPage { |
162 margin: 5px 2px; |
195 margin: 5px 2px; |
163 } |
196 } |
164 |
197 |
165 .SRChildren { |
198 .SRChildren { |
166 padding-left: 3ex; padding-bottom: .5em |
199 padding-left: 3ex; padding-bottom: .5em |
167 } |
200 } |
|
201 |
168 .SRPage .SRChildren { |
202 .SRPage .SRChildren { |
169 display: none; |
203 display: none; |
170 } |
204 } |
|
205 |
171 .SRSymbol { |
206 .SRSymbol { |
172 font-weight: bold; color: #153788; |
207 font-weight: bold; |
|
208 color: ##58; |
173 font-family: Arial, Verdana, sans-serif; |
209 font-family: Arial, Verdana, sans-serif; |
174 text-decoration: none; |
210 text-decoration: none; |
175 outline: none; |
211 outline: none; |
176 } |
212 } |
177 |
213 |
178 a.SRScope { |
214 a.SRScope { |
179 display: block; |
215 display: block; |
180 color: #153788; |
216 color: ##58; |
181 font-family: Arial, Verdana, sans-serif; |
217 font-family: Arial, Verdana, sans-serif; |
182 text-decoration: none; |
218 text-decoration: none; |
183 outline: none; |
219 outline: none; |
184 } |
220 } |
185 |
221 |