Changes for page ListWebSearch

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

From version 102.1
edited by Ecaterina Valica
on 2009/03/17 16:21
Change comment: There is no comment for this version
To version 180.1
edited by Ecaterina Valica
on 2009/03/19 16:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,13 +34,13 @@
34 34  #end
35 35  <div id="search">
36 36  <form action="">
37 + <div id="searchBar">
37 37   {pre}
38 - <div id="searchBar">
39 - <input type="text" name="text" value="$xwiki.getFormEncoded($!text)" size="50"/>
40 - #spaceselect($space $spaces $spacesText) <input type="submit" value="Search"/>
39 + <input type="text" name="text" class="searchQuery" value="search..." size="50"/>
40 + #spaceselect($space $spaces $spacesText) <input class="button" type="image" src="/xwiki/skins/albatross/go.png" value="Go"/>
41 41   <div class="searchHelp">eq. xwiki* AND "search query"</div>
42 - </div>
43 43   {/pre}
43 + </div>
44 44  </form>
45 45  #includeInContext("XWiki.WebSearchCode")
46 46  #includeInContext("XWiki.ListResults")
XWiki.StyleSheetExtension[0]
Code
... ... @@ -4,16 +4,18 @@
4 4  }
5 5  /* Search Bar*/
6 6  #searchBar{
7 - padding: 10px 10px 5px 10px;
8 - background-color: #e6e6e6;
9 - border: 1px solid #b3b3b3;
10 10   margin-bottom: 11px;
11 11   clear: both;
12 12  }
13 -#searchBar input, #searchBar select {
14 - border: 1px solid #b3b3b3;
10 +#searchBar .searchQuery, #searchBar select {
11 + border: 1px solid #5599FF;
15 15   color: #4d4d4d;
16 16  }
14 +.searchQuery{
15 + background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat;
16 + display:inline-block;
17 + padding-left:18px;
18 +}
17 17  .searchHelp{
18 18   font-size: 80%;
19 19   color: #808080;
... ... @@ -22,18 +22,20 @@
22 22  .searchFilters{
23 23   clear: both;
24 24   margin-bottom: 15px;
27 + font-size: 90%;
25 25  }
26 26  #sortFilter{
27 27   color: #808080;
28 - background-color: #e6e6e6;
29 - border-bottom: 2px solid #b3b3b3;
31 + background-color: #F9F9F9;
30 30   padding: 5px;
33 + line-height: 16px;
31 31  }
32 -#sortFilter a{
35 +#sortFilter a.sortType{
33 33   color: #808080;
34 34  }
35 35  #sortFilter a:hover{
36 36   color: #777777;
40 + font-weight: bold;
37 37  }
38 38  #sortFilter a#currentSort{
39 39   color: #777777;
... ... @@ -42,9 +42,11 @@
42 42  .paginationFilter {
43 43   color: #808080;
44 44   height: 100%;
45 - background-color: #f2f2f2;
49 + background-color: #F9F9F9;
50 + border-top: 1px solid #CCCCCC;
46 46   padding: 5px;
47 47   display: block;
53 + line-height: 22px;
48 48  }
49 49  .resultsNo{
50 50   float: left;
... ... @@ -54,6 +54,7 @@
54 54  }
55 55  .pagination{
56 56   float: right;
63 + margin-right: 10px;
57 57  }
58 58  .pagination a{
59 59   color: #808080;
... ... @@ -60,35 +60,89 @@
60 60  }
61 61  .pagination a:hover{
62 62   color: #777777;
70 + font-weight: bold;
63 63  }
64 64  .pagination a.currentPagination{
65 65   color: #777777;
66 66   font-weight: bold;
67 67  }
68 -.pagination .controlPagination{}
76 +.controlPagination{
77 + position:relative;
78 + width:41px;
79 + height:22px;
80 + overflow:hidden;
81 + margin:0!important;
82 + padding:0!important;
83 + list-style:none;
84 + background-image:url($xwiki.getSkinFile("navigation.png"));
85 + float: right;
86 +}
87 +.controlPagination li{
88 + display:inline;
89 +}
90 +.controlPagination a{
91 + position:absolute;
92 + top:0;
93 + left:0;
94 + text-indent:-1000em;
95 + height:25px;
96 + line-height:25px;
97 + outline:none;
98 + overflow:hidden;
99 + border:none;
100 +}
101 +a.prevPagination {
102 + width: 50%;
103 + z-index: 2;
104 +}
105 +a.nextPagination {
106 + width: 100%;
107 + z-index: 1;
108 +}
69 69  /* Search Filters*/
70 70  #searchResultsList{
71 71   clear: both;
112 + display: table;
72 72  }
73 73  .resultItem{
74 - margin-bottom: 15px;
115 + display: block;
75 75  }
76 76  .resultItemContainer{
77 77   clear: both;
78 - display: table-row;
79 79   width: 100%;
80 80  }
81 81  .itemType{
82 82   float: left;
83 - display: table-cell;
84 - width: 5%;
123 + display: inline-block;
124 + width: 3%;
85 85  }
126 +.itemType .typeComment{
127 + background:transparent url($xwiki.getSkinFile("comment.png")) center right no-repeat;
128 + display:inline-block;
129 + width:16px;
130 + height:16px;
131 +}
132 +.itemType .typeAttachment{
133 + background:transparent url($xwiki.getSkinFile("attach.png")) center right no-repeat;
134 + display:inline-block;
135 + width:16px;
136 + height:16px;
137 +}
138 +.itemType .typePage{
139 + background:transparent;
140 + display:inline-block;
141 + width:16px;
142 + height:16px;
143 +}
86 86  .itemDescription{
87 87   float: left;
88 - display: table-cell;
89 - width: 80%;
146 + display: inline-block;
147 + width: 82%;
90 90  }
91 -.itemTitle{
149 +.itemDescription a{
150 + color: #5599ff;
151 +}
152 +.itemTitle a{
92 92   color: #4d4d4d;
93 93   font-weight: bold;
94 94   font-size:130%;
... ... @@ -116,12 +116,12 @@
116 116   padding-right: 5px;
117 117  }
118 118  .itemOthers .itemComments a{
119 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
180 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
120 120   display:inline-block;
121 121   padding-right:16px;
122 122  }
123 123  .itemOthers .itemAttachments a{
124 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
185 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
125 125   display:inline-block;
126 126   padding-right:16px;
127 127  }
... ... @@ -130,7 +130,8 @@
130 130   width:55px;
131 131   height:11px;
132 132   overflow:hidden;
133 - margin:0!important;padding:0!important;
194 + margin:1px 0 0 0!important;
195 + padding:0!important;
134 134   background-position:left top;
135 135   background-image:url($xwiki.getSkinFile("rating.png"));
136 136  }
... ... @@ -149,7 +149,7 @@
149 149  }
150 150  .itemRelevance{
151 151   float: left;
152 - display: table-cell;
214 + display: inline-block;
153 153   width: 15%;
154 154   text-align: right;
155 155  }
... ... @@ -159,7 +159,8 @@
159 159   height:8px;
160 160   overflow:hidden;
161 161   list-style:none;
162 - margin:0!important;padding:0!important;
224 + margin:5px 0 0 0!important;
225 + padding:0!important;
163 163   background-position:left bottom;
164 164   background-image:url($xwiki.getSkinFile("relevance.png"));
165 165   float:right;
... ... @@ -177,16 +177,28 @@
177 177   z-index:1;
178 178   background-position:left top;
179 179  }
243 +.relevanceText{
244 + float: right;
245 + margin-right: 5px;
246 + color: #808080;
247 + font-size:80%;
248 +}
249 +.resultSeparator{
250 + display:block;
251 + width:100%;
252 + clear:both;
253 + padding: 0;
254 + margin: 0;
255 + margin-bottom: 15px;
256 + height: 1px;
257 +}
180 180  .searchFooter{
181 181   margin-bottom: 15px;
182 182   display: block;
183 183   clear: both;
184 184   text-align: right;
263 + font-size: 90%;
185 185  }
186 -.searchFooter .pagination {
187 - width: 100%;
188 - background-color: #f2f2f2;
189 -}
190 190  .divClosure {
191 191   background-color: transparent;
192 192   clear: both;