186 div.search-result span.search-result-url { color: green; } |
186 div.search-result span.search-result-url { color: green; } |
187 div.search-result span.search-term, div.search-result span.title-search-term { background-color: #FFFFC0; font-weight: bold; } |
187 div.search-result span.search-term, div.search-result span.title-search-term { background-color: #FFFFC0; font-weight: bold; } |
188 div.search-result span.search-result-annotation { font-size: 8pt; } |
188 div.search-result span.search-result-annotation { font-size: 8pt; } |
189 div.search-hibar { border-top: 1px solid #3366CC; margin-top: 10px; color: #000; background-color: #D5DFF3; padding: 3px; vertical-align: middle; } |
189 div.search-hibar { border-top: 1px solid #3366CC; margin-top: 10px; color: #000; background-color: #D5DFF3; padding: 3px; vertical-align: middle; } |
190 div.search-lobar { background-color: #E5EFFF; margin: 0; padding: 5px; } |
190 div.search-lobar { background-color: #E5EFFF; margin: 0; padding: 5px; } |
191 |
|
192 /* |
|
193 * Search box |
|
194 */ |
|
195 |
|
196 input.js-search-box { |
|
197 font-size: 13px; |
|
198 margin: 0; |
|
199 padding: 1px !important; |
|
200 background-image: url(../../../images/search-box-normal.gif); |
|
201 height: 15px; |
|
202 background-repeat: repeat-x; |
|
203 border-width: 1px; |
|
204 border-style: solid; |
|
205 border-color: #6c6c6c; |
|
206 color: #C0C0C0; |
|
207 } |
|
208 |
|
209 input.js-search-box:focus { |
|
210 background-image: url(../../../images/search-box-hilite.gif); |
|
211 color: #666; |
|
212 } |
|
213 |
|
214 div.js-search-submit { |
|
215 display: block; |
|
216 position: absolute; |
|
217 width: 24px; |
|
218 height: 19px; |
|
219 font-size: 1px; |
|
220 line-height: 19px; |
|
221 clip: rect(0px, 24px, 19px, 0px); |
|
222 overflow: hidden; |
|
223 margin: 0; |
|
224 padding: 0; |
|
225 background: transparent url(../../../images/search-btn-normal.png) no-repeat !important; |
|
226 background-repeat: no-repeat; |
|
227 cursor: pointer; |
|
228 } |
|
229 |
|
230 div.js-search-submit:hover { |
|
231 background-image: url(../../../images/search-btn-hilite.png); |
|
232 } |
|
233 |
|
234 input[type ^="text"].username, input[type ^="password"].password { |
|
235 padding: 2px 2px 2px 27px; |
|
236 width: 96px; |
|
237 height: 15px; |
|
238 border: 0px none #000; |
|
239 font-size: 11px; |
|
240 } |
|
241 input[type ^="text"].username { |
|
242 background-image: url(../../../images/login-username.png); |
|
243 } |
|
244 input[type ^="password"].password { |
|
245 background-image: url(../../../images/login-password.png); |
|
246 } |
|
247 |
191 |
248 /* |
192 /* |
249 * jBox menu system |
193 * jBox menu system |
250 */ |
194 */ |
251 |
195 |