Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 390.1
edited by Ecaterina Valica
on 2009/03/25 10:14
on 2009/03/25 10:14
Change comment:
There is no comment for this version
To version 370.1
edited by Ecaterina Valica
on 2009/03/24 15:06
on 2009/03/24 15:06
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 3 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -33,13 +33,15 @@ 33 33 #set($url = $xwiki.getURL("Main.WebSearchRss", "view", "xpage=rdf&space=$space&text=${utext}")) 34 34 #end 35 35 <div id="search"> 36 -<form action="" id="searchBar"> 36 +<form action=""> 37 + <div id="searchBar"> 37 37 {pre} 38 38 <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" title="$msg.get('xe.search.bar.query.title')"/> 39 39 #spaceselect($space $spaces $spacesText) 40 - <input type="submit" class="searchButton" value=" $msg.get('xe.search.bar.go')" title="$msg.get('xe.search.bar.go.title')"/>41 + <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/> 41 41 <div class="searchHelp">$msg.get("xe.search.bar.help")</div> 42 42 {/pre} 44 + </div> 43 43 </form> 44 44 #includeInContext("XWiki.WebSearchCode") 45 45 #includeInContext("XWiki.ListSuggestions")
- searchBlue.css
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.evalica - Size
-
... ... @@ -1,1 +1,0 @@ 1 -7.3 KB - Content
-
... ... @@ -1,381 +1,0 @@ 1 -39397F Bar*/ 2 -#searchBar{ 3 - margin-bottom: 11px; 4 - padding-left: 5px; 5 - clear: both; 6 -} 7 -#searchBar select { 8 - border: 2px solid #CCCCCC; 9 - color: #4d4d4d; 10 - font-size:15px; 11 -} 12 -.searchQuery{ 13 - background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat; 14 - display:inline-block; 15 - padding-left:18px; 16 - border: 2px solid #CCCCCC; 17 - color: #4d4d4d; 18 - font-size:15px; 19 - width: 400px; 20 -} 21 -.searchButton{ 22 - background-color:#B3B3B3; 23 - border:2px solid #B3B3B3; 24 - color:#FFFFFF; 25 - font-family:Verdana; 26 - font-size:11px; 27 - font-variant:small-caps; 28 - font-weight:bold; 29 - height:23px; 30 - line-height:12px; 31 -} 32 -.searchHelp{ 33 - font-size: 80%; 34 - color: #808080; 35 -} 36 -/* Search Filters*/ 37 -.searchFilters{ 38 - clear: both; 39 - font-size: 90%; 40 -} 41 -#sortFilter{ 42 - color: #aaa; 43 - padding: 5px; 44 - line-height: 16px; 45 -} 46 -#sortFilter a.sortType{ 47 - color: #aaa; 48 -} 49 -#sortFilter a.sortType:hover{ 50 - color: #4D4D4D; 51 -} 52 -#sortFilter a.sortType:focus { 53 - outline: dotted 1px #000; 54 -} 55 -#sortFilter a#currentSort{ 56 - color: #4D4D4D; 57 - font-weight: bold; 58 -} 59 -#sortFilter a#currentSort:focus { 60 - outline: dotted 1px #000; 61 -} 62 -.paginationFilter { 63 - color: #aaa; 64 - height: 100%; 65 - border-top: 1px solid #CCCCCC; 66 - padding: 2px 0px 5px 5px; 67 - display: block; 68 - line-height: 22px; 69 -} 70 -.resultsNo{ 71 - float: left; 72 -} 73 -.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{ 74 - color: #808080; 75 -} 76 -.pagination{ 77 - float: right; 78 - margin-right: 10px; 79 -} 80 -.pagination a{ 81 - color: #aaa; 82 -} 83 -.pagination a:hover{ 84 - color: #4D4D4D; 85 -} 86 -.pagination a.currentPagination{ 87 - color: #4D4D4D; 88 - font-weight: bold; 89 -} 90 -.pagination a:focus { 91 - outline: dotted 1px #000; 92 -} 93 -.controlPagination{ 94 - position:relative; 95 - width:41px; 96 - height:22px; 97 - overflow:hidden; 98 - margin:0!important; 99 - padding:0!important; 100 - list-style:none; 101 - background-image:url($xwiki.getSkinFile("navigation.png")); 102 - float: right; 103 -} 104 -.controlPagination li{ 105 - display:inline; 106 -} 107 -.controlPagination a{ 108 - position:absolute; 109 - top:0; 110 - left:0; 111 - text-indent:-1000em; 112 - height:25px; 113 - line-height:25px; 114 - outline:none; 115 - overflow:hidden; 116 - border:none; 117 -} 118 -a.prevPagination { 119 - width: 50%; 120 - z-index: 2; 121 -} 122 -a.nextPagination { 123 - width: 100%; 124 - z-index: 1; 125 -} 126 -/* Search Result List*/ 127 -#searchResultsList{ 128 - clear: both; 129 - display: table; 130 - padding-top: 15px; 131 -} 132 -.resultItem{ 133 - display: block; 134 -} 135 -.resultItemContainer{ 136 - clear: both; 137 - width: 100%; 138 -} 139 -.itemType{ 140 - float: left; 141 - display: inline-block; 142 - width: 3%; 143 -} 144 -.itemType .typeComment{ 145 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat; 146 - display:inline-block; 147 - width:16px; 148 - height:16px; 149 -} 150 -.itemType .typeAttachment{ 151 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat; 152 - display:inline-block; 153 - width:16px; 154 - height:16px; 155 -} 156 -.itemType .typePage{ 157 - background:transparent; 158 - display:inline-block; 159 - width:16px; 160 - height:16px; 161 -} 162 -.itemDescription{ 163 - float: left; 164 - display: inline-block; 165 - width: 82%; 166 -} 167 -.itemDescription a{ 168 - color: #39397F; 169 -} 170 -.itemDescription a:hover{ 171 - color: #39397F; 172 -} 173 -.itemDescription a:focus { 174 - outline: dotted 1px #000; 175 -} 176 -.itemTitle a{ 177 - color: #4d4d4d; 178 - font-weight: bold; 179 - font-size:130%; 180 -} 181 -.itemTitle a:hover{ 182 - color: #4d4d4d; 183 - font-weight: bold; 184 - font-size:130%; 185 -} 186 -.itemTitle a:focus { 187 - outline: dotted 1px #000; 188 -} 189 -a.itemAuthor:focus{ 190 - outline: dotted 1px #000; 191 -} 192 -.itemLocation{ 193 - color: #aaa; 194 - font-size:90%; 195 -} 196 -.itemLocation a.itemWiki , .itemLocation a.itemSpace, .itemLocation a.itemPage{} 197 -.itemModifiers{ 198 - color: #aaa; 199 - font-size:90%; 200 -} 201 -.itemModifiers a.itemAuthor, .itemModifiers a.itemDate{} 202 -.itemContext .highlight{ 203 - background-color: #f7ff94; 204 - padding: 0px 5px 0px 5px; 205 -} 206 -.itemOthers{ 207 - font-size:80%; 208 -} 209 -.itemOthers .itemComments, .itemOthers .itemAttachments, .itemOthers .itemRating{ 210 - font-size:80%; 211 - display:inline; 212 - clear:none; 213 - float:left; 214 - padding-right: 5px; 215 -} 216 -.itemOthers .itemComments a{ 217 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat; 218 - display:inline-block; 219 - padding-right:16px; 220 -} 221 -.itemOthers .itemAttachments a{ 222 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat; 223 - display:inline-block; 224 - padding-right:16px; 225 -} 226 -.itemRating{ 227 - position:relative; 228 - width:55px; 229 - height:11px; 230 - overflow:hidden; 231 - margin:1px 0 0 0!important; 232 - padding:0!important; 233 - background-position:left top; 234 - background-image:url($xwiki.getSkinFile("rating.png")); 235 -} 236 -.itemRating .currentRating{ 237 - position:absolute; 238 - top:0;left:0; 239 - text-indent:-1000em; 240 - height:11px; 241 - line-height:11px; 242 - outline:none; 243 - overflow:hidden; 244 - border:none; 245 - background-image:url($xwiki.getSkinFile("rating.png")); 246 - z-index:1; 247 - background-position:left center; 248 -} 249 -.itemRelevance{ 250 - float: left; 251 - display: inline-block; 252 - width: 15%; 253 - text-align: right; 254 -} 255 -.relevance{ 256 - position:relative; 257 - width:48px; 258 - height:8px; 259 - overflow:hidden; 260 - list-style:none; 261 - margin:5px 0 0 0!important; 262 - padding:0!important; 263 - background-position:left bottom; 264 - background-image:url($xwiki.getSkinFile("relevance.png")); 265 - float:right; 266 -} 267 -.relevance .currentRelevance{ 268 - position:absolute; 269 - top:0;left:0; 270 - text-indent:-1000em; 271 - height:8px; 272 - line-height:8px; 273 - outline:none; 274 - overflow:hidden; 275 - border:none; 276 - background-image:url($xwiki.getSkinFile("relevance.png")); 277 - z-index:1; 278 - background-position:left top; 279 -} 280 -.relevanceText{ 281 - float: right; 282 - margin-right: 5px; 283 - color: #808080; 284 - font-size:80%; 285 -} 286 -.resultSeparator{ 287 - display:block; 288 - width:100%; 289 - clear:both; 290 - padding: 0; 291 - margin: 0; 292 - margin-bottom: 15px; 293 - height: 1px; 294 -} 295 -.searchFooter{ 296 - display: block; 297 - clear: both; 298 - text-align: right; 299 - font-size: 90%; 300 -} 301 -.divClosure { 302 - background-color: transparent; 303 - clear: both; 304 - height: 1px; 305 - margin: 0 211px; 306 -} 307 -html>body div.suggestResults{ 308 - width: 422px; 309 -} 310 -div.suggestResults{ 311 - width: 400px; 312 - position: absolute; 313 - padding: 11px 0px; 314 - margin: 0px; 315 - z-index: 1000; 316 - left: 5px; 317 - top: 27px; 318 -} 319 -div.suggestResults ul{ 320 - list-style: none; 321 - list-style-position: outside; 322 - margin: 0; 323 - padding: 0; 324 - background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll right bottom; 325 - border: 2px solid #ccc; 326 - border-top: none; 327 -} 328 -div.suggestResults ul li{ 329 - padding: 5px 0 0; 330 - margin: 0; 331 - text-align: left; 332 -} 333 -div.suggestResults ul li a{ 334 - display: block; 335 - text-decoration: none; 336 - background-color: transparent; 337 - position: relative; 338 - padding: 0; 339 - width: 100%; 340 -} 341 -div.suggestResults ul li a span.suggestItem{ 342 - display: block; 343 - padding: 0; 344 - margin: 0; 345 - clear: both; 346 -} 347 -div.suggestResults ul li a span.suggestItem span.suggestName{ 348 - text-align: left; 349 - width: 60%; 350 - color: #4D4D4D; 351 - display:inline-block; 352 - font-size: 90%; 353 - padding-left: 6px; 354 - margin: 0px; 355 -} 356 -div.suggestResults ul li a:hover span.suggestItem span.suggestName{ 357 - text-decoration: underline; 358 -} 359 -div.suggestResults ul li a:hover span.suggestItem span.suggestName em{ 360 - text-decoration: underline; 361 -} 362 -div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{ 363 - color: #39397F; 364 - text-decoration: none; 365 -} 366 -div.suggestResults ul li a span.suggestItem span.suggestLocation{ 367 - text-align: right; 368 - color: #cccccc; 369 - font-size: 90%; 370 - width: 36%; 371 - vertical-align: top; 372 - display:inline-block; 373 - padding-right: 6px; 374 - margin: 0px; 375 -} 376 -em{ 377 - color:#5599FF; 378 - padding:0; 379 - margin: 0; 380 - text-decoration: inherited; 381 -}
- searchYellow.css
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.evalica - Size
-
... ... @@ -1,1 +1,0 @@ 1 -7.4 KB - Content
-
... ... @@ -1,386 +1,0 @@ 1 -#search{ 2 - width: 100%; 3 - background-color: #fff; 4 -} 5 -/* Search Bar*/ 6 -#searchBar{ 7 - margin-bottom: 11px; 8 - padding-left: 5px; 9 - clear: both; 10 -} 11 -#searchBar select { 12 - border: 2px solid #CCCCCC; 13 - color: #4d4d4d; 14 - font-size:15px; 15 -} 16 -.searchQuery{ 17 - background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat; 18 - display:inline-block; 19 - padding-left:18px; 20 - border: 2px solid #CCCCCC; 21 - color: #4d4d4d; 22 - font-size:15px; 23 - width: 400px; 24 -} 25 -.searchButton{ 26 - background-color:#B3B3B3; 27 - border:2px solid #B3B3B3; 28 - color:#FFFFFF; 29 - font-family:Verdana; 30 - font-size:11px; 31 - font-variant:small-caps; 32 - font-weight:bold; 33 - height:23px; 34 - line-height:12px; 35 -} 36 -.searchHelp{ 37 - font-size: 80%; 38 - color: #808080; 39 -} 40 -/* Search Filters*/ 41 -.searchFilters{ 42 - clear: both; 43 - font-size: 90%; 44 -} 45 -#sortFilter{ 46 - color: #808080; 47 - padding: 5px; 48 - line-height: 16px; 49 -} 50 -#sortFilter a.sortType{ 51 - color: #808080; 52 -} 53 -#sortFilter a.sortType:hover{ 54 - color: #4D4D4D; 55 -} 56 -#sortFilter a.sortType:focus { 57 - outline: dotted 1px #000; 58 -} 59 -#sortFilter a#currentSort{ 60 - color: #4D4D4D; 61 - font-weight: bold; 62 -} 63 -#sortFilter a#currentSort:focus { 64 - outline: dotted 1px #000; 65 -} 66 -.paginationFilter { 67 - color: #808080; 68 - height: 100%; 69 - border-top: 1px solid #CCCCCC; 70 - padding: 2px 0px 5px 5px; 71 - display: block; 72 - line-height: 22px; 73 -} 74 -.resultsNo{ 75 - float: left; 76 -} 77 -.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{ 78 - color: #808080; 79 -} 80 -.pagination{ 81 - float: right; 82 - margin-right: 10px; 83 -} 84 -.pagination a{ 85 - color: #808080; 86 -} 87 -.pagination a:hover{ 88 - color: #4D4D4D; 89 -} 90 -.pagination a.currentPagination{ 91 - color: #4D4D4D; 92 - font-weight: bold; 93 -} 94 -.pagination a:focus { 95 - outline: dotted 1px #000; 96 -} 97 -.controlPagination{ 98 - position:relative; 99 - width:41px; 100 - height:22px; 101 - overflow:hidden; 102 - margin:0!important; 103 - padding:0!important; 104 - list-style:none; 105 - background-image:url($xwiki.getSkinFile("navigation.png")); 106 - float: right; 107 -} 108 -.controlPagination li{ 109 - display:inline; 110 -} 111 -.controlPagination a{ 112 - position:absolute; 113 - top:0; 114 - left:0; 115 - text-indent:-1000em; 116 - height:25px; 117 - line-height:25px; 118 - outline:none; 119 - overflow:hidden; 120 - border:none; 121 -} 122 -a.prevPagination { 123 - width: 50%; 124 - z-index: 2; 125 -} 126 -a.nextPagination { 127 - width: 100%; 128 - z-index: 1; 129 -} 130 -/* Search Result List*/ 131 -#searchResultsList{ 132 - clear: both; 133 - display: table; 134 - padding-top: 15px; 135 -} 136 -.resultItem{ 137 - display: block; 138 -} 139 -.resultItemContainer{ 140 - clear: both; 141 - width: 100%; 142 -} 143 -.itemType{ 144 - float: left; 145 - display: inline-block; 146 - width: 3%; 147 -} 148 -.itemType .typeComment{ 149 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat; 150 - display:inline-block; 151 - width:16px; 152 - height:16px; 153 -} 154 -.itemType .typeAttachment{ 155 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat; 156 - display:inline-block; 157 - width:16px; 158 - height:16px; 159 -} 160 -.itemType .typePage{ 161 - background:transparent; 162 - display:inline-block; 163 - width:16px; 164 - height:16px; 165 -} 166 -.itemDescription{ 167 - float: left; 168 - display: inline-block; 169 - width: 82%; 170 -} 171 -.itemDescription a{ 172 - color: #5599ff; 173 -} 174 -.itemDescription a:hover{ 175 - color: #5599ff; 176 -} 177 -.itemDescription a:focus { 178 - outline: dotted 1px #000; 179 -} 180 -.itemTitle a{ 181 - color: #4d4d4d; 182 - font-weight: bold; 183 - font-size:130%; 184 -} 185 -.itemTitle a:hover{ 186 - color: #4d4d4d; 187 - font-weight: bold; 188 - font-size:130%; 189 -} 190 -.itemTitle a:focus { 191 - outline: dotted 1px #000; 192 -} 193 -a.itemAuthor:focus{ 194 - outline: dotted 1px #000; 195 -} 196 -.itemLocation{ 197 - color: #808080; 198 - font-size:90%; 199 -} 200 -.itemLocation a.itemWiki , .itemLocation a.itemSpace, .itemLocation a.itemPage{} 201 -.itemModifiers{ 202 - color: #808080; 203 - font-size:90%; 204 -} 205 -.itemModifiers a.itemAuthor, .itemModifiers a.itemDate{} 206 -.itemContext .highlight{ 207 - background-color: #f7ff94; 208 - padding: 0px 5px 0px 5px; 209 -} 210 -.itemOthers{ 211 - color: #808080; 212 - font-size:80%; 213 -} 214 -.itemOthers .itemComments, .itemOthers .itemAttachments, .itemOthers .itemRating{ 215 - font-size:80%; 216 - display:inline; 217 - clear:none; 218 - float:left; 219 - padding-right: 5px; 220 -} 221 -.itemOthers .itemComments a{ 222 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat; 223 - display:inline-block; 224 - padding-right:16px; 225 -} 226 -.itemOthers .itemAttachments a{ 227 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat; 228 - display:inline-block; 229 - padding-right:16px; 230 -} 231 -.itemRating{ 232 - position:relative; 233 - width:55px; 234 - height:11px; 235 - overflow:hidden; 236 - margin:1px 0 0 0!important; 237 - padding:0!important; 238 - background-position:left top; 239 - background-image:url($xwiki.getSkinFile("rating.png")); 240 -} 241 -.itemRating .currentRating{ 242 - position:absolute; 243 - top:0;left:0; 244 - text-indent:-1000em; 245 - height:11px; 246 - line-height:11px; 247 - outline:none; 248 - overflow:hidden; 249 - border:none; 250 - background-image:url($xwiki.getSkinFile("rating.png")); 251 - z-index:1; 252 - background-position:left center; 253 -} 254 -.itemRelevance{ 255 - float: left; 256 - display: inline-block; 257 - width: 15%; 258 - text-align: right; 259 -} 260 -.relevance{ 261 - position:relative; 262 - width:48px; 263 - height:8px; 264 - overflow:hidden; 265 - list-style:none; 266 - margin:5px 0 0 0!important; 267 - padding:0!important; 268 - background-position:left bottom; 269 - background-image:url($xwiki.getSkinFile("relevance.png")); 270 - float:right; 271 -} 272 -.relevance .currentRelevance{ 273 - position:absolute; 274 - top:0;left:0; 275 - text-indent:-1000em; 276 - height:8px; 277 - line-height:8px; 278 - outline:none; 279 - overflow:hidden; 280 - border:none; 281 - background-image:url($xwiki.getSkinFile("relevance.png")); 282 - z-index:1; 283 - background-position:left top; 284 -} 285 -.relevanceText{ 286 - float: right; 287 - margin-right: 5px; 288 - color: #808080; 289 - font-size:80%; 290 -} 291 -.resultSeparator{ 292 - display:block; 293 - width:100%; 294 - clear:both; 295 - padding: 0; 296 - margin: 0; 297 - margin-bottom: 15px; 298 - height: 1px; 299 -} 300 -.searchFooter{ 301 - display: block; 302 - clear: both; 303 - text-align: right; 304 - font-size: 90%; 305 -} 306 -.divClosure { 307 - background-color: transparent; 308 - clear: both; 309 - height: 1px; 310 - margin: 0 211px; 311 -} 312 -html>body div.suggestResults{ 313 - width: 422px; 314 -} 315 -div.suggestResults{ 316 - width: 400px; 317 - position: absolute; 318 - padding: 11px 0px; 319 - margin: 0px; 320 - z-index: 1000; 321 - left: 5px; 322 - top: 27px; 323 -} 324 -div.suggestResults ul{ 325 - list-style: none; 326 - list-style-position: outside; 327 - margin: 0; 328 - padding: 0; 329 - background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll 0 0; 330 - border: 2px solid #ccc; 331 - border-top: none; 332 -} 333 -div.suggestResults ul li{ 334 - padding: 5px 0 0; 335 - margin: 0; 336 - text-align: left; 337 -} 338 -div.suggestResults ul li a{ 339 - display: block; 340 - text-decoration: none; 341 - background-color: transparent; 342 - position: relative; 343 - padding: 0; 344 - width: 100%; 345 -} 346 -div.suggestResults ul li a span.suggestItem{ 347 - display: block; 348 - padding: 0; 349 - margin: 0; 350 - clear: both; 351 -} 352 -div.suggestResults ul li a span.suggestItem span.suggestName{ 353 - text-align: left; 354 - width: 60%; 355 - color: #4D4D4D; 356 - display:inline-block; 357 - font-size: 90%; 358 - padding-left: 6px; 359 - margin: 0px; 360 -} 361 -div.suggestResults ul li a:hover span.suggestItem span.suggestName{ 362 - text-decoration: underline; 363 -} 364 -div.suggestResults ul li a:hover span.suggestItem span.suggestName em{ 365 - text-decoration: underline; 366 -} 367 -div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{ 368 - color: #5599FF; 369 - text-decoration: none; 370 -} 371 -div.suggestResults ul li a span.suggestItem span.suggestLocation{ 372 - text-align: right; 373 - color: #bbb; 374 - font-size: 90%; 375 - width: 36%; 376 - vertical-align: top; 377 - display:inline-block; 378 - padding-right: 6px; 379 - margin: 0px; 380 -} 381 -em{ 382 - background-color:#F7FF94; 383 - padding:0; 384 - margin: 0; 385 - text-decoration: inherited; 386 -}
- variants.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.evalica - Size
-
... ... @@ -1,1 +1,0 @@ 1 -179.5 KB - Content
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,8 +1,4 @@ 1 -#search{ 2 - width: 100%; 3 - background-color: #fff; 4 -} 5 -/* Search Bar*/ 1 +39397F Bar*/ 6 6 #searchBar{ 7 7 margin-bottom: 11px; 8 8 padding-left: 5px; ... ... @@ -26,6 +26,7 @@ 26 26 background-color:#B3B3B3; 27 27 border:2px solid #B3B3B3; 28 28 color:#FFFFFF; 25 + font-family:Verdana; 29 29 font-size:11px; 30 30 font-variant:small-caps; 31 31 font-weight:bold; ... ... @@ -306,10 +306,10 @@ 306 306 height: 1px; 307 307 margin: 0 211px; 308 308 } 309 -html>body .suggestResults{ 306 +html>body div.suggestResults{ 310 310 width: 422px; 311 311 } 312 -.suggestResults{ 309 +div.suggestResults{ 313 313 width: 400px; 314 314 position: absolute; 315 315 padding: 11px 0px; ... ... @@ -318,21 +318,21 @@ 318 318 left: 5px; 319 319 top: 27px; 320 320 } 321 -.suggestResults ul{ 318 +div.suggestResults ul{ 322 322 list-style: none; 323 323 list-style-position: outside; 324 324 margin: 0; 325 325 padding: 0; 326 - background: #FFFFFF url($xwiki.getSkinFile( 'greyback2.png')) repeat-x scroll00;323 + background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll right bottom; 327 327 border: 2px solid #ccc; 328 328 border-top: none; 329 329 } 330 -.suggestResults ul li{ 327 +div.suggestResults ul li{ 331 331 padding: 5px 0 0; 332 332 margin: 0; 333 333 text-align: left; 334 334 } 335 -.suggestResults ul li a{ 332 +div.suggestResults ul li a{ 336 336 display: block; 337 337 text-decoration: none; 338 338 background-color: transparent; ... ... @@ -340,35 +340,34 @@ 340 340 padding: 0; 341 341 width: 100%; 342 342 } 343 -.suggestResults ul li a .suggestItem{ 340 +div.suggestResults ul li a span.suggestItem{ 344 344 display: block; 345 345 padding: 0; 346 346 margin: 0; 347 347 clear: both; 348 348 } 349 -.suggestResults ul li a .suggestItem .suggestName{ 346 +div.suggestResults ul li a span.suggestItem span.suggestName{ 350 350 text-align: left; 351 351 width: 60%; 352 352 color: #4D4D4D; 353 353 display:inline-block; 354 - font-weight: bold; 355 355 font-size: 90%; 356 356 padding-left: 6px; 357 357 margin: 0px; 358 358 } 359 -.suggestResults ul li a:hover .suggestItem .suggestName{ 355 +div.suggestResults ul li a:hover span.suggestItem span.suggestName{ 360 360 text-decoration: underline; 361 361 } 362 -.suggestResults ul li a:hover .suggestItem .suggestName em{ 358 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{ 363 363 text-decoration: underline; 364 364 } 365 -.suggestResults ul li a:hover .suggestItem .suggestLocation{ 361 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{ 366 366 color: #39397F; 367 367 text-decoration: none; 368 368 } 369 -.suggestResults ul li a .suggestItem .suggestLocation{ 365 +div.suggestResults ul li a span.suggestItem span.suggestLocation{ 370 370 text-align: right; 371 - color: # aaa;367 + color: #cccccc; 372 372 font-size: 90%; 373 373 width: 36%; 374 374 vertical-align: top; ... ... @@ -377,7 +377,7 @@ 377 377 margin: 0px; 378 378 } 379 379 em{ 380 - background-color:#F7FF94;376 + color:#5599FF; 381 381 padding:0; 382 382 margin: 0; 383 383 text-decoration: inherited;