Changes for page ListWebSearch

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

From version 394.1
edited by Ecaterina Valica
on 2009/03/25 10:31
Change comment: There is no comment for this version
To version 424.1
edited by Ecaterina Valica
on 2009/04/17 08:50
Change comment: There is no comment for this version

Summary

Details

searchBlue.css
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -7.3 KB
Content
searchYellow.css
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -7.4 KB
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -42,12 +42,12 @@
42 42   font-size: 90%;
43 43  }
44 44  #sortFilter{
45 - color: #aaa;
45 + color: #888;
46 46   padding: 5px;
47 47   line-height: 16px;
48 48  }
49 49  #sortFilter a.sortType{
50 - color: #aaa;
50 + color: #888;
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: #aaa;
66 + color: #888;
67 67   height: 100%;
68 68   border-top: 1px solid #CCCCCC;
69 69   padding: 2px 0px 5px 5px;
... ... @@ -74,14 +74,20 @@
74 74   float: left;
75 75  }
76 76  .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
77 - color: #aaa;
77 + color: #888;
78 78  }
79 +.paginationFooter{
80 + display: block;
81 + clear: both;
82 + text-align: right;
83 + font-size: 90%;
84 +}
79 79  .pagination{
80 80   float: right;
81 81   margin-right: 10px;
82 82  }
83 83  .pagination a{
84 - color: #aaa;
90 + color: #888;
85 85  }
86 86  .pagination a:hover{
87 87   color: #4D4D4D;
... ... @@ -95,37 +95,45 @@
95 95  }
96 96  .controlPagination{
97 97   position:relative;
98 - width:41px;
104 + width:42px;
99 99   height:22px;
100 100   overflow:hidden;
101 101   margin:0!important;
102 102   padding:0!important;
103 - list-style:none;
104 - background-image:url($xwiki.getSkinFile("navigation.png"));
105 105   float: right;
106 106  }
107 -.controlPagination li{
108 - display:inline;
109 -}
110 110  .controlPagination a{
111 111   position:absolute;
112 112   top:0;
113 113   left:0;
114 114   text-indent:-1000em;
115 - height:25px;
116 116   line-height:25px;
117 117   outline:none;
118 118   overflow:hidden;
119 119   border:none;
120 120  }
121 -a.prevPagination {
122 - width: 50%;
123 - z-index: 2;
121 +.controlPagination a.prevPagination ,
122 +.controlPagination a.noPrevPagination,
123 +.controlPagination a.nextPagination,
124 +.controlPagination a.noNextPagination {
125 + background-image:url($xwiki.getSkinFile("navigation.png"));
126 + width: 21px;
127 + height: 22px;
124 124  }
125 -a.nextPagination {
126 - width: 100%;
127 - z-index: 1;
129 +.controlPagination a.prevPagination {
130 + background-position:left top;
128 128  }
132 +.controlPagination a.noPrevPagination{
133 + background-position:left bottom;
134 +}
135 +.controlPagination a.nextPagination {
136 + background-position:right top;
137 + left: 21px;
138 +}
139 +.controlPagination a.noNextPagination {
140 + background-position:right bottom;
141 + left: 21px;
142 +}
129 129  /* Search Result*/
130 130  #searchResults{
131 131   clear: both;
... ... @@ -135,7 +135,7 @@
135 135  .resultItem{
136 136   display: block;
137 137  }
138 -.resultItemContainer{
152 +.resultContainer{
139 139   clear: both;
140 140   width: 100%;
141 141  }
... ... @@ -145,19 +145,19 @@
145 145   width: 3%;
146 146  }
147 147  .itemType .typeComment{
148 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
162 + background:transparent url($xwiki.getSkinFile("icons/silk/comment.gif")) center right no-repeat;
149 149   display:inline-block;
150 150   width:16px;
151 151   height:16px;
152 152  }
153 153  .itemType .typeAttachment{
154 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
168 + background:transparent url($xwiki.getSkinFile("icons/silk/attach.gif")) center right no-repeat;
155 155   display:inline-block;
156 156   width:16px;
157 157   height:16px;
158 158  }
159 159  .itemType .typePage{
160 - background:transparent;
174 + background:transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) center right no-repeat;
161 161   display:inline-block;
162 162   width:16px;
163 163   height:16px;
... ... @@ -193,16 +193,16 @@
193 193   outline: dotted 1px #000;
194 194  }
195 195  .itemLocation{
196 - color: #aaa;
210 + color: #888;
197 197   font-size:90%;
198 198  }
199 199  .itemLocation a.itemWiki , .itemLocation a.itemSpace, .itemLocation a.itemPage{}
200 200  .itemModifiers{
201 - color: #aaa;
215 + color: #888;
202 202   font-size:90%;
203 203  }
204 204  .itemContext em{
205 - background-color:#F7FF94;
219 + background-color:lemonChiffon;
206 206   padding:0;
207 207   margin: 0;
208 208   text-decoration: inherited;
... ... @@ -218,12 +218,12 @@
218 218   padding-right: 5px;
219 219  }
220 220  .itemOthers .itemComments a{
221 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
235 + background:transparent url($xwiki.getSkinFile("icons/silk/comment.gif")) center right no-repeat;
222 222   display:inline-block;
223 223   padding-right:16px;
224 224  }
225 225  .itemOthers .itemAttachments a{
226 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
240 + background:transparent url($xwiki.getSkinFile("icons/silk/attach.gif")) center right no-repeat;
227 227   display:inline-block;
228 228   padding-right:16px;
229 229  }
... ... @@ -295,22 +295,11 @@
295 295   margin-bottom: 15px;
296 296   height: 1px;
297 297  }
298 -.searchFooter{
299 - display: block;
300 - clear: both;
301 - text-align: right;
302 - font-size: 90%;
303 -}
304 -.divClosure {
305 - background-color: transparent;
306 - clear: both;
307 - height: 1px;
308 - margin: 0 211px;
309 -}
310 310  html>body .suggestResults{
311 311   width: 422px;
312 312  }
313 313  .suggestResults{
316 + display:none;
314 314   width: 400px;
315 315   position: absolute;
316 316   padding: 11px 0px;
... ... @@ -324,7 +324,7 @@
324 324   list-style-position: outside;
325 325   margin: 0;
326 326   padding: 0;
327 - background: #FFFFFF url($xwiki.getSkinFile('greyback2.png')) repeat-x scroll 0 0;
330 + background: #FFFFFF url($xwiki.getSkinFile('suggestBg.png')) repeat-x scroll 0 0;
328 328   border: 2px solid #ccc;
329 329   border-top: none;
330 330  }
... ... @@ -347,6 +347,9 @@
347 347   margin: 0;
348 348   clear: both;
349 349  }
353 +.suggestResults ul li a:focus .suggestItem{
354 + outline: dotted 1px #000;
355 +}
350 350  .suggestResults ul li a .suggestItem .suggestTitle{
351 351   text-align: left;
352 352   width: 60%;
... ... @@ -357,9 +357,13 @@
357 357   padding-left: 6px;
358 358   margin: 0px;
359 359  }
360 -.suggestResults ul li a:hover .suggestItem .suggestTitle{
361 - text-decoration: underline;
366 +.suggestResults em{
367 + background-color:lemonChiffon;
368 + padding:0;
369 + margin: 0;
370 + text-decoration: inherited;
362 362  }
372 +.suggestResults ul li a:hover .suggestItem .suggestTitle,
363 363  .suggestResults ul li a:hover .suggestItem .suggestTitle em{
364 364   text-decoration: underline;
365 365  }
... ... @@ -370,7 +370,7 @@
370 370  }
371 371  .suggestResults ul li a .suggestItem .suggestLocation{
372 372   text-align: right;
373 - color: #aaa;
383 + color: #888;
374 374   font-size: 90%;
375 375   width: 36%;
376 376   vertical-align: top;
... ... @@ -378,9 +378,3 @@
378 378   padding-right: 6px;
379 379   margin: 0px;
380 380  }
381 -.suggestResults em{
382 - background-color:#F7FF94;
383 - padding:0;
384 - margin: 0;
385 - text-decoration: inherited;
386 -}