Changes for page ListWebSearch

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

From version 79.1
edited by Ecaterina Valica
on 2009/03/17 15:05
Change comment: There is no comment for this version
To version 121.1
edited by Ecaterina Valica
on 2009/03/18 12:06
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -34,6 +34,7 @@
34 34  }
35 35  #sortFilter a:hover{
36 36   color: #777777;
37 + font-weight: bold;
37 37  }
38 38  #sortFilter a#currentSort{
39 39   color: #777777;
... ... @@ -60,6 +60,7 @@
60 60  }
61 61  .pagination a:hover{
62 62   color: #777777;
64 + font-weight: bold;
63 63  }
64 64  .pagination a.currentPagination{
65 65   color: #777777;
... ... @@ -66,6 +66,26 @@
66 66   font-weight: bold;
67 67  }
68 68  .pagination .controlPagination{}
71 +.pagination .prevPagination{
72 + position:relative;
73 + width:44px;
74 + height:26px;
75 + overflow:hidden;
76 + margin:0!important;
77 + padding:0!important;
78 + background-position:left top;
79 + background-image:url($xwiki.getSkinFile("navigation.png"));
80 +}
81 +.pagination .nextPagination{
82 + position:relative;
83 + width:44px;
84 + height:26px;
85 + overflow:hidden;
86 + margin:0!important;
87 + padding:0!important;
88 + background-position:right top;
89 + background-image:url($xwiki.getSkinFile("navigation.png"));
90 +}
69 69  /* Search Filters*/
70 70  #searchResultsList{
71 71   clear: both;
... ... @@ -81,13 +81,34 @@
81 81  .itemType{
82 82   float: left;
83 83   display: table-cell;
84 - width: 5%;
106 + width: 2%;
85 85  }
108 +.itemType .typeComment{
109 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
110 + display:inline-block;
111 + width:16px;
112 + height:16px;
113 +}
114 +.itemType .typeAttachment{
115 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
116 + display:inline-block;
117 + width:16px;
118 + height:16px;
119 +}
120 +.itemType .typePage{
121 + background:transparent;
122 + display:inline-block;
123 + width:16px;
124 + height:16px;
125 +}
86 86  .itemDescription{
87 87   float: left;
88 88   display: table-cell;
89 - width: 80%;
129 + width: 83%;
90 90  }
131 +.itemDescription a{
132 + color: #5599ff;
133 +}
91 91  .itemTitle{
92 92   color: #4d4d4d;
93 93   font-weight: bold;
... ... @@ -113,8 +113,41 @@
113 113   display:inline;
114 114   clear:none;
115 115   float:left;
159 + padding-right: 5px;
116 116  }
117 -.itemOthers a.itemComments, .itemOthers a.itemAttachments, .itemOthers .itemRating{}
161 +.itemOthers .itemComments a{
162 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
163 + display:inline-block;
164 + padding-right:16px;
165 +}
166 +.itemOthers .itemAttachments a{
167 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
168 + display:inline-block;
169 + padding-right:16px;
170 +}
171 +.itemRating{
172 + position:relative;
173 + width:55px;
174 + height:11px;
175 + overflow:hidden;
176 + margin:1px 0 0 0!important;
177 + padding:0!important;
178 + background-position:left top;
179 + background-image:url($xwiki.getSkinFile("rating.png"));
180 +}
181 +.itemRating .currentRating{
182 + position:absolute;
183 + top:0;left:0;
184 + text-indent:-1000em;
185 + height:11px;
186 + line-height:11px;
187 + outline:none;
188 + overflow:hidden;
189 + border:none;
190 + background-image:url($xwiki.getSkinFile("rating.png"));
191 + z-index:1;
192 + background-position:left center;
193 +}
118 118  .itemRelevance{
119 119   float: left;
120 120   display: table-cell;
... ... @@ -121,40 +121,51 @@
121 121   width: 15%;
122 122   text-align: right;
123 123  }
200 +.relevance{
201 + position:relative;
202 + width:48px;
203 + height:8px;
204 + overflow:hidden;
205 + list-style:none;
206 + margin:5px 0 0 0!important;
207 + padding:0!important;
208 + background-position:left bottom;
209 + background-image:url($xwiki.getSkinFile("relevance.png"));
210 + float:right;
211 +}
212 +.relevance .currentRelevance{
213 + position:absolute;
214 + top:0;left:0;
215 + text-indent:-1000em;
216 + height:8px;
217 + line-height:8px;
218 + outline:none;
219 + overflow:hidden;
220 + border:none;
221 + background-image:url($xwiki.getSkinFile("relevance.png"));
222 + z-index:1;
223 + background-position:left top;
224 +}
225 +.relevanceText{
226 + float: right;
227 + margin-right: 5px;
228 + color: #808080;
229 + font-size:80%;
230 +}
124 124  .searchFooter{
125 125   margin-bottom: 15px;
126 126   display: block;
127 127   clear: both;
128 128   text-align: right;
236 + border-bottom: 2px solid #b3b3b3;
129 129  }
130 130  .searchFooter .pagination {
131 131   width: 100%;
132 132   background-color: #f2f2f2;
133 133  }
134 -.divClosure
135 -{
242 +.divClosure {
136 136   background-color: transparent;
137 137   clear: both;
138 138   height: 1px;
139 139   margin: 0 211px;
140 140  }
141 -/* Item Rating*/
142 -.star-rating{position:relative;width:55px;height:11px;overflow:hidden;list-style:none;margin:0!important;padding:0!important;background-position:left top;}
143 -.star-rating .current-rating{position:absolute;top:0;left:0;text-indent:-1000em;height:11px;line-height:11px;outline:none;overflow:hidden;border:none;}
144 -.star-rating .current-rating{z-index:1;background-position:left center;}
145 -.small-star{width:55px;height:11px;}
146 -.small-star,.small-star .current-rating{background-image:url($xwiki.getSkinFile("rating.png"));line-height:11px;height:11px;}
147 -
148 -/* Item Relevance*/
149 -.relevance-rating{position:relative;width:48px;height:8px;overflow:hidden;list-style:none;margin:0!important;padding:0!important;background-position:left bottom;}
150 -.relevance-rating .current-rating{position:absolute;top:0;left:0;text-indent:-1000em;height:8px;line-height:8px;outline:none;overflow:hidden;border:none;}
151 -.relevance-rating .current-rating{z-index:1;background-position:left top;}
152 -.small-relevance{width:48px;height:8px;}
153 -.small-relevance{
154 -background-image:url($xwiki.getSkinFile("relevance.png"));line-height:8px;height:8px;
155 -}
156 -.small-relevance .current-rating{
157 -background-image:url($xwiki.getSkinFile("relevance.png"));line-height:8px;height:8px;}
158 -.small-relevance .current-rating{height:8px;}
159 -
160 -