Changes for page ListWebSearch

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

From version 418.1
edited by Ecaterina Valica
on 2009/03/25 13:58
Change comment: Deletion of attachment searchBlue.css
To version 423.3
edited by Ecaterina Valica
on 2009/04/17 08:45
Change comment: Deleted object

Summary

Details

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,7 +74,7 @@
74 74   float: left;
75 75  }
76 76  .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
77 - color: #aaa;
77 + color: #888;
78 78  }
79 79  .paginationFooter{
80 80   display: block;
... ... @@ -87,7 +87,7 @@
87 87   margin-right: 10px;
88 88  }
89 89  .pagination a{
90 - color: #aaa;
90 + color: #888;
91 91  }
92 92  .pagination a:hover{
93 93   color: #4D4D4D;
... ... @@ -118,30 +118,26 @@
118 118   overflow:hidden;
119 119   border:none;
120 120  }
121 -.controlPagination a.prevPagination {
122 - background-position:left top;
121 +.controlPagination a.prevPagination ,
122 +.controlPagination a.noPrevPagination,
123 +.controlPagination a.nextPagination,
124 +.controlPagination a.noNextPagination {
123 123   background-image:url($xwiki.getSkinFile("navigation.png"));
124 124   width: 21px;
125 125   height: 22px;
126 126  }
129 +.controlPagination a.prevPagination {
130 + background-position:left top;
131 +}
127 127  .controlPagination a.noPrevPagination{
128 128   background-position:left bottom;
129 - background-image:url($xwiki.getSkinFile("navigation.png"));
130 - width: 21px;
131 - height: 22px;
132 132  }
133 133  .controlPagination a.nextPagination {
134 134   background-position:right top;
135 - background-image:url($xwiki.getSkinFile("navigation.png"));
136 - width: 21px;
137 - height: 22px;
138 138   left: 21px;
139 139  }
140 140  .controlPagination a.noNextPagination {
141 141   background-position:right bottom;
142 - background-image:url($xwiki.getSkinFile("navigation.png"));
143 - width: 21px;
144 - height: 22px;
145 145   left: 21px;
146 146  }
147 147  /* Search Result*/
... ... @@ -163,19 +163,19 @@
163 163   width: 3%;
164 164  }
165 165  .itemType .typeComment{
166 - 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;
167 167   display:inline-block;
168 168   width:16px;
169 169   height:16px;
170 170  }
171 171  .itemType .typeAttachment{
172 - 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;
173 173   display:inline-block;
174 174   width:16px;
175 175   height:16px;
176 176  }
177 177  .itemType .typePage{
178 - background:transparent;
174 + background:transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) center right no-repeat;
179 179   display:inline-block;
180 180   width:16px;
181 181   height:16px;
... ... @@ -211,16 +211,16 @@
211 211   outline: dotted 1px #000;
212 212  }
213 213  .itemLocation{
214 - color: #aaa;
210 + color: #888;
215 215   font-size:90%;
216 216  }
217 217  .itemLocation a.itemWiki , .itemLocation a.itemSpace, .itemLocation a.itemPage{}
218 218  .itemModifiers{
219 - color: #aaa;
215 + color: #888;
220 220   font-size:90%;
221 221  }
222 222  .itemContext em{
223 - background-color:#F7FF94;
219 + background-color:lemonChiffon;
224 224   padding:0;
225 225   margin: 0;
226 226   text-decoration: inherited;
... ... @@ -236,12 +236,12 @@
236 236   padding-right: 5px;
237 237  }
238 238  .itemOthers .itemComments a{
239 - 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;
240 240   display:inline-block;
241 241   padding-right:16px;
242 242  }
243 243  .itemOthers .itemAttachments a{
244 - 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;
245 245   display:inline-block;
246 246   padding-right:16px;
247 247  }
... ... @@ -384,7 +384,7 @@
384 384  }
385 385  .suggestResults ul li a .suggestItem .suggestLocation{
386 386   text-align: right;
387 - color: #aaa;
383 + color: #888;
388 388   font-size: 90%;
389 389   width: 36%;
390 390   vertical-align: top;