Changes for page ListWebSearch

Last modified by Ecaterina Valica on 2010/07/22 10:30

From version 302.1
edited by Ecaterina Valica
on 2009/03/22 12:29
Change comment: There is no comment for this version
To version 371.1
edited by Ecaterina Valica
on 2009/03/24 15:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,7 +36,7 @@
36 36  <form action="">
37 37   <div id="searchBar">
38 38   {pre}
39 - <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" size="50" title="$msg.get('xe.search.bar.query.title')"/>
39 + <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" title="$msg.get('xe.search.bar.query.title')"/>
40 40   #spaceselect($space $spaces $spacesText)
41 41   <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/>
42 42   <div class="searchHelp">$msg.get("xe.search.bar.help")</div>
... ... @@ -44,5 +44,6 @@
44 44   </div>
45 45  </form>
46 46  #includeInContext("XWiki.WebSearchCode")
47 +#includeInContext("XWiki.ListSuggestions")
47 47  #includeInContext("XWiki.ListResults")
48 48  </div>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,8 +1,4 @@
1 -#search{
2 - width: 100%;
3 - background-color: #fff;
4 -}
5 -/* Search Bar*/
1 +39397F Bar*/
6 6  #searchBar{
7 7   margin-bottom: 11px;
8 8   padding-left: 5px;
... ... @@ -20,6 +20,7 @@
20 20   border: 2px solid #CCCCCC;
21 21   color: #4d4d4d;
22 22   font-size:15px;
19 + width: 400px;
23 23  }
24 24  .searchButton{
25 25   background-color:#B3B3B3;
... ... @@ -42,12 +42,12 @@
42 42   font-size: 90%;
43 43  }
44 44  #sortFilter{
45 - color: #808080;
42 + color: #aaa;
46 46   padding: 5px;
47 47   line-height: 16px;
48 48  }
49 49  #sortFilter a.sortType{
50 - color: #808080;
47 + color: #aaa;
51 51  }
52 52  #sortFilter a.sortType:hover{
53 53   color: #4D4D4D;
... ... @@ -63,7 +63,7 @@
63 63   outline: dotted 1px #000;
64 64  }
65 65  .paginationFilter {
66 - color: #808080;
63 + color: #aaa;
67 67   height: 100%;
68 68   border-top: 1px solid #CCCCCC;
69 69   padding: 2px 0px 5px 5px;
... ... @@ -74,7 +74,7 @@
74 74   float: left;
75 75  }
76 76  .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
77 - color: #808080;
74 + color: #aaa;
78 78  }
79 79  .pagination{
80 80   float: right;
... ... @@ -81,7 +81,7 @@
81 81   margin-right: 10px;
82 82  }
83 83  .pagination a{
84 - color: #808080;
81 + color: #aaa;
85 85  }
86 86  .pagination a:hover{
87 87   color: #4D4D4D;
... ... @@ -118,9 +118,6 @@
118 118   overflow:hidden;
119 119   border:none;
120 120  }
121 -.controlPagination a:focus {
122 - outline: dotted 1px #000;
123 -}
124 124  a.prevPagination {
125 125   width: 50%;
126 126   z-index: 2;
... ... @@ -171,10 +171,10 @@
171 171   width: 82%;
172 172  }
173 173  .itemDescription a{
174 - color: #5599ff;
168 + color: #39397F;
175 175  }
176 176  .itemDescription a:hover{
177 - color: #5599ff;
171 + color: #39397F;
178 178  }
179 179  .itemDescription a:focus {
180 180   outline: dotted 1px #000;
... ... @@ -196,12 +196,12 @@
196 196   outline: dotted 1px #000;
197 197  }
198 198  .itemLocation{
199 - color: #808080;
193 + color: #aaa;
200 200   font-size:90%;
201 201  }
202 202  .itemLocation a.itemWiki , .itemLocation a.itemSpace, .itemLocation a.itemPage{}
203 203  .itemModifiers{
204 - color: #808080;
198 + color: #aaa;
205 205   font-size:90%;
206 206  }
207 207  .itemModifiers a.itemAuthor, .itemModifiers a.itemDate{}
... ... @@ -210,7 +210,6 @@
210 210   padding: 0px 5px 0px 5px;
211 211  }
212 212  .itemOthers{
213 - color: #808080;
214 214   font-size:80%;
215 215  }
216 216  .itemOthers .itemComments, .itemOthers .itemAttachments, .itemOthers .itemRating{
... ... @@ -287,7 +287,6 @@
287 287  .relevanceText{
288 288   float: right;
289 289   margin-right: 5px;
290 - color: #808080;
291 291   font-size:80%;
292 292  }
293 293  .resultSeparator{
... ... @@ -311,3 +311,79 @@
311 311   height: 1px;
312 312   margin: 0 211px;
313 313  }
306 +html>body div.suggestResults{
307 + width: 422px;
308 +}
309 +div.suggestResults{
310 + width: 400px;
311 + position: absolute;
312 + padding: 11px 0px;
313 + margin: 0px;
314 + z-index: 1000;
315 + left: 5px;
316 + top: 27px;
317 + display:none;
318 +}
319 +div.suggestResults ul{
320 + list-style: none;
321 + list-style-position: outside;
322 + margin: 0;
323 + padding: 0;
324 + background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll right bottom;
325 + border: 2px solid #ccc;
326 + border-top: none;
327 +}
328 +div.suggestResults ul li{
329 + padding: 5px 0 0;
330 + margin: 0;
331 + text-align: left;
332 +}
333 +div.suggestResults ul li a{
334 + display: block;
335 + text-decoration: none;
336 + background-color: transparent;
337 + position: relative;
338 + padding: 0;
339 + width: 100%;
340 +}
341 +div.suggestResults ul li a span.suggestItem{
342 + display: block;
343 + padding: 0;
344 + margin: 0;
345 + clear: both;
346 +}
347 +div.suggestResults ul li a span.suggestItem span.suggestName{
348 + text-align: left;
349 + width: 60%;
350 + color: #4D4D4D;
351 + display:inline-block;
352 + font-size: 90%;
353 + padding-left: 6px;
354 + margin: 0px;
355 +}
356 +div.suggestResults ul li a:hover span.suggestItem span.suggestName{
357 + text-decoration: underline;
358 +}
359 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
360 + text-decoration: underline;
361 +}
362 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
363 + color: #39397F;
364 + text-decoration: none;
365 +}
366 +div.suggestResults ul li a span.suggestItem span.suggestLocation{
367 + text-align: right;
368 + color: #cccccc;
369 + font-size: 90%;
370 + width: 36%;
371 + vertical-align: top;
372 + display:inline-block;
373 + padding-right: 6px;
374 + margin: 0px;
375 +}
376 +em{
377 + color:#5599FF;
378 + padding:0;
379 + margin: 0;
380 + text-decoration: inherited;
381 +}