Changes for page ListWebSearch

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

From version 286.1
edited by Guillaume Lerouge
on 2009/03/20 17:57
Change comment: There is no comment for this version
To version 369.1
edited by Ecaterina Valica
on 2009/03/24 15:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.GuillaumeLerouge
1 +XWiki.evalica
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="40" 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;
... ... @@ -11,7 +11,7 @@
11 11  #searchBar select {
12 12   border: 2px solid #CCCCCC;
13 13   color: #4d4d4d;
14 - font-size:16px;
10 + font-size:15px;
15 15  }
16 16  .searchQuery{
17 17   background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat;
... ... @@ -19,7 +19,8 @@
19 19   padding-left:18px;
20 20   border: 2px solid #CCCCCC;
21 21   color: #4d4d4d;
22 - font-size:16px;
18 + font-size:15px;
19 + width: 400px;
23 23  }
24 24  .searchButton{
25 25   background-color:#B3B3B3;
... ... @@ -26,10 +26,11 @@
26 26   border:2px solid #B3B3B3;
27 27   color:#FFFFFF;
28 28   font-family:Verdana;
29 - font-size:14px;
26 + font-size:11px;
27 + font-variant:small-caps;
30 30   font-weight:bold;
31 - height:26px;
32 - line-height:15px;
29 + height:23px;
30 + line-height:12px;
33 33  }
34 34  .searchHelp{
35 35   font-size: 80%;
... ... @@ -41,22 +41,28 @@
41 41   font-size: 90%;
42 42  }
43 43  #sortFilter{
44 - color: #808080;
42 + color: #aaa;
45 45   padding: 5px;
46 46   line-height: 16px;
47 47  }
48 48  #sortFilter a.sortType{
49 - color: #808080;
47 + color: #aaa;
50 50  }
51 -#sortFilter a:hover{
49 +#sortFilter a.sortType:hover{
52 52   color: #4D4D4D;
53 53  }
52 +#sortFilter a.sortType:focus {
53 + outline: dotted 1px #000;
54 +}
54 54  #sortFilter a#currentSort{
55 55   color: #4D4D4D;
56 56   font-weight: bold;
57 57  }
59 +#sortFilter a#currentSort:focus {
60 + outline: dotted 1px #000;
61 +}
58 58  .paginationFilter {
59 - color: #808080;
63 + color: #aaa;
60 60   height: 100%;
61 61   border-top: 1px solid #CCCCCC;
62 62   padding: 2px 0px 5px 5px;
... ... @@ -67,7 +67,7 @@
67 67   float: left;
68 68  }
69 69  .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
70 - color: #808080;
74 + color: #aaa;
71 71  }
72 72  .pagination{
73 73   float: right;
... ... @@ -74,7 +74,7 @@
74 74   margin-right: 10px;
75 75  }
76 76  .pagination a{
77 - color: #808080;
81 + color: #aaa;
78 78  }
79 79  .pagination a:hover{
80 80   color: #4D4D4D;
... ... @@ -83,6 +83,9 @@
83 83   color: #4D4D4D;
84 84   font-weight: bold;
85 85  }
90 +.pagination a:focus {
91 + outline: dotted 1px #000;
92 +}
86 86  .controlPagination{
87 87   position:relative;
88 88   width:41px;
... ... @@ -158,11 +158,14 @@
158 158   width: 82%;
159 159  }
160 160  .itemDescription a{
161 - color: #5599ff;
168 + color: #39397F;
162 162  }
163 163  .itemDescription a:hover{
164 - color: #5599ff;
171 + color: #39397F;
165 165  }
173 +.itemDescription a:focus {
174 + outline: dotted 1px #000;
175 +}
166 166  .itemTitle a{
167 167   color: #4d4d4d;
168 168   font-weight: bold;
... ... @@ -173,13 +173,19 @@
173 173   font-weight: bold;
174 174   font-size:130%;
175 175  }
186 +.itemTitle a:focus {
187 + outline: dotted 1px #000;
188 +}
189 +a.itemAuthor:focus{
190 + outline: dotted 1px #000;
191 +}
176 176  .itemLocation{
177 - color: #808080;
193 + color: #aaa;
178 178   font-size:90%;
179 179  }
180 180  .itemLocation a.itemWiki , .itemLocation a.itemSpace, .itemLocation a.itemPage{}
181 181  .itemModifiers{
182 - color: #808080;
198 + color: #aaa;
183 183   font-size:90%;
184 184  }
185 185  .itemModifiers a.itemAuthor, .itemModifiers a.itemDate{}
... ... @@ -188,7 +188,6 @@
188 188   padding: 0px 5px 0px 5px;
189 189  }
190 190  .itemOthers{
191 - color: #808080;
192 192   font-size:80%;
193 193  }
194 194  .itemOthers .itemComments, .itemOthers .itemAttachments, .itemOthers .itemRating{
... ... @@ -265,7 +265,6 @@
265 265  .relevanceText{
266 266   float: right;
267 267   margin-right: 5px;
268 - color: #808080;
269 269   font-size:80%;
270 270  }
271 271  .resultSeparator{
... ... @@ -289,3 +289,78 @@
289 289   height: 1px;
290 290   margin: 0 211px;
291 291  }
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 +}
318 +div.suggestResults ul{
319 + list-style: none;
320 + list-style-position: outside;
321 + margin: 0;
322 + padding: 0;
323 + background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll right bottom;
324 + border: 2px solid #ccc;
325 + border-top: none;
326 +}
327 +div.suggestResults ul li{
328 + padding: 5px 0 0;
329 + margin: 0;
330 + text-align: left;
331 +}
332 +div.suggestResults ul li a{
333 + display: block;
334 + text-decoration: none;
335 + background-color: transparent;
336 + position: relative;
337 + padding: 0;
338 + width: 100%;
339 +}
340 +div.suggestResults ul li a span.suggestItem{
341 + display: block;
342 + padding: 0;
343 + margin: 0;
344 + clear: both;
345 +}
346 +div.suggestResults ul li a span.suggestItem span.suggestName{
347 + text-align: left;
348 + width: 60%;
349 + color: #4D4D4D;
350 + display:inline-block;
351 + font-size: 90%;
352 + padding-left: 6px;
353 + margin: 0px;
354 +}
355 +div.suggestResults ul li a:hover span.suggestItem span.suggestName{
356 + text-decoration: underline;
357 +}
358 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
359 + text-decoration: underline;
360 +}
361 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
362 + color: #39397F;
363 + text-decoration: none;
364 +}
365 +div.suggestResults ul li a span.suggestItem span.suggestLocation{
366 + text-align: right;
367 + color: #cccccc;
368 + font-size: 90%;
369 + width: 36%;
370 + vertical-align: top;
371 + display:inline-block;
372 + padding-right: 6px;
373 + margin: 0px;
374 +}
375 +em{
376 + color:#5599FF;
377 + padding:0;
378 + margin: 0;
379 + text-decoration: inherited;
380 +}