Changes for page ListWebSearch

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -42,12 +42,12 @@
42 42   font-size: 90%;
43 43  }
44 44  #sortFilter{
45 - color: #888;
45 + color: #aaa;
46 46   padding: 5px;
47 47   line-height: 16px;
48 48  }
49 49  #sortFilter a.sortType{
50 - color: #888;
50 + 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: #888;
66 + 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: #888;
77 + color: #aaa;
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: #888;
90 + color: #aaa;
91 91  }
92 92  .pagination a:hover{
93 93   color: #4D4D4D;
... ... @@ -118,26 +118,30 @@
118 118   overflow:hidden;
119 119   border:none;
120 120  }
121 -.controlPagination a.prevPagination ,
122 -.controlPagination a.noPrevPagination,
123 -.controlPagination a.nextPagination,
124 -.controlPagination a.noNextPagination {
121 +.controlPagination a.prevPagination {
122 + background-position:left top;
125 125   background-image:url($xwiki.getSkinFile("navigation.png"));
126 126   width: 21px;
127 127   height: 22px;
128 128  }
129 -.controlPagination a.prevPagination {
130 - background-position:left top;
131 -}
132 132  .controlPagination a.noPrevPagination{
133 133   background-position:left bottom;
129 + background-image:url($xwiki.getSkinFile("navigation.png"));
130 + width: 21px;
131 + height: 22px;
134 134  }
135 135  .controlPagination a.nextPagination {
136 136   background-position:right top;
135 + background-image:url($xwiki.getSkinFile("navigation.png"));
136 + width: 21px;
137 + height: 22px;
137 137   left: 21px;
138 138  }
139 139  .controlPagination a.noNextPagination {
140 140   background-position:right bottom;
142 + background-image:url($xwiki.getSkinFile("navigation.png"));
143 + width: 21px;
144 + height: 22px;
141 141   left: 21px;
142 142  }
143 143  /* Search Result*/
... ... @@ -159,19 +159,19 @@
159 159   width: 3%;
160 160  }
161 161  .itemType .typeComment{
162 - background:transparent url($xwiki.getSkinFile("icons/silk/comment.gif")) center right no-repeat;
166 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
163 163   display:inline-block;
164 164   width:16px;
165 165   height:16px;
166 166  }
167 167  .itemType .typeAttachment{
168 - background:transparent url($xwiki.getSkinFile("icons/silk/attach.gif")) center right no-repeat;
172 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
169 169   display:inline-block;
170 170   width:16px;
171 171   height:16px;
172 172  }
173 173  .itemType .typePage{
174 - background:transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) center right no-repeat;
178 + background:transparent;
175 175   display:inline-block;
176 176   width:16px;
177 177   height:16px;
... ... @@ -207,16 +207,16 @@
207 207   outline: dotted 1px #000;
208 208  }
209 209  .itemLocation{
210 - color: #888;
214 + color: #aaa;
211 211   font-size:90%;
212 212  }
213 213  .itemLocation a.itemWiki , .itemLocation a.itemSpace, .itemLocation a.itemPage{}
214 214  .itemModifiers{
215 - color: #888;
219 + color: #aaa;
216 216   font-size:90%;
217 217  }
218 218  .itemContext em{
219 - background-color:lemonChiffon;
223 + background-color:#F7FF94;
220 220   padding:0;
221 221   margin: 0;
222 222   text-decoration: inherited;
... ... @@ -232,12 +232,12 @@
232 232   padding-right: 5px;
233 233  }
234 234  .itemOthers .itemComments a{
235 - background:transparent url($xwiki.getSkinFile("icons/silk/comment.gif")) center right no-repeat;
239 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
236 236   display:inline-block;
237 237   padding-right:16px;
238 238  }
239 239  .itemOthers .itemAttachments a{
240 - background:transparent url($xwiki.getSkinFile("icons/silk/attach.gif")) center right no-repeat;
244 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
241 241   display:inline-block;
242 242   padding-right:16px;
243 243  }
... ... @@ -380,7 +380,7 @@
380 380  }
381 381  .suggestResults ul li a .suggestItem .suggestLocation{
382 382   text-align: right;
383 - color: #888;
387 + color: #aaa;
384 384   font-size: 90%;
385 385   width: 36%;
386 386   vertical-align: top;
XWiki.XWikiComments[0]
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Comment
... ... @@ -1,1 +1,0 @@
1 -test
Date
... ... @@ -1,1 +1,0 @@
1 -2009-04-17 08:45:03.199