Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 366.1
edited by Ecaterina Valica
on 2009/03/24 14:49
on 2009/03/24 14:49
Change comment:
There is no comment for this version
To version 384.1
edited by Ecaterina Valica
on 2009/03/24 16:00
on 2009/03/24 16:00
Change comment:
There is no comment for this version
Summary
-
Attachments (0 modified, 1 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- variants.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.evalica - Size
-
... ... @@ -1,0 +1,1 @@ 1 +179.5 KB - Content
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,4 +1,8 @@ 1 -39397F Bar*/ 1 +#search{ 2 + width: 100%; 3 + background-color: #fff; 4 +} 5 +/* Search Bar*/ 2 2 #searchBar{ 3 3 margin-bottom: 11px; 4 4 padding-left: 5px; ... ... @@ -39,12 +39,12 @@ 39 39 font-size: 90%; 40 40 } 41 41 #sortFilter{ 42 - color: # 808080;46 + color: #aaa; 43 43 padding: 5px; 44 44 line-height: 16px; 45 45 } 46 46 #sortFilter a.sortType{ 47 - color: # 808080;51 + color: #aaa; 48 48 } 49 49 #sortFilter a.sortType:hover{ 50 50 color: #4D4D4D; ... ... @@ -60,7 +60,7 @@ 60 60 outline: dotted 1px #000; 61 61 } 62 62 .paginationFilter { 63 - color: # 808080;67 + color: #aaa; 64 64 height: 100%; 65 65 border-top: 1px solid #CCCCCC; 66 66 padding: 2px 0px 5px 5px; ... ... @@ -71,7 +71,7 @@ 71 71 float: left; 72 72 } 73 73 .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{ 74 - color: # 808080;78 + color: #aaa; 75 75 } 76 76 .pagination{ 77 77 float: right; ... ... @@ -78,7 +78,7 @@ 78 78 margin-right: 10px; 79 79 } 80 80 .pagination a{ 81 - color: # 808080;85 + color: #aaa; 82 82 } 83 83 .pagination a:hover{ 84 84 color: #4D4D4D; ... ... @@ -190,12 +190,12 @@ 190 190 outline: dotted 1px #000; 191 191 } 192 192 .itemLocation{ 193 - color: # 808080;197 + color: #aaa; 194 194 font-size:90%; 195 195 } 196 196 .itemLocation a.itemWiki , .itemLocation a.itemSpace, .itemLocation a.itemPage{} 197 197 .itemModifiers{ 198 - color: # 808080;202 + color: #aaa; 199 199 font-size:90%; 200 200 } 201 201 .itemModifiers a.itemAuthor, .itemModifiers a.itemDate{} ... ... @@ -204,7 +204,6 @@ 204 204 padding: 0px 5px 0px 5px; 205 205 } 206 206 .itemOthers{ 207 - color: #808080; 208 208 font-size:80%; 209 209 } 210 210 .itemOthers .itemComments, .itemOthers .itemAttachments, .itemOthers .itemRating{ ... ... @@ -281,7 +281,6 @@ 281 281 .relevanceText{ 282 282 float: right; 283 283 margin-right: 5px; 284 - color: #808080; 285 285 font-size:80%; 286 286 } 287 287 .resultSeparator{ ... ... @@ -305,10 +305,10 @@ 305 305 height: 1px; 306 306 margin: 0 211px; 307 307 } 308 -html>body div.suggestResults{310 +html>body .suggestResults{ 309 309 width: 422px; 310 310 } 311 - div.suggestResults{313 +.suggestResults{ 312 312 width: 400px; 313 313 position: absolute; 314 314 padding: 11px 0px; ... ... @@ -317,21 +317,21 @@ 317 317 left: 5px; 318 318 top: 27px; 319 319 } 320 - div.suggestResults ul{322 +.suggestResults ul{ 321 321 list-style: none; 322 322 list-style-position: outside; 323 323 margin: 0; 324 324 padding: 0; 325 - background: #FFFFFF url($xwiki.getSkinFile( "greyback2.png")) repeat-x scroll 0 0;327 + background: #FFFFFF url($xwiki.getSkinFile('greyback2.png')) repeat-x scroll 0 0; 326 326 border: 2px solid #ccc; 327 327 border-top: none; 328 328 } 329 - div.suggestResults ul li{330 - padding: 0; 331 +.suggestResults ul li{ 332 + padding: 5px 0 0; 331 331 margin: 0; 332 332 text-align: left; 333 333 } 334 - div.suggestResults ul li a{336 +.suggestResults ul li a{ 335 335 display: block; 336 336 text-decoration: none; 337 337 background-color: transparent; ... ... @@ -339,13 +339,13 @@ 339 339 padding: 0; 340 340 width: 100%; 341 341 } 342 - div.suggestResults ul li aspan.suggestItem{344 +.suggestResults ul li a .suggestItem{ 343 343 display: block; 344 344 padding: 0; 345 345 margin: 0; 346 346 clear: both; 347 347 } 348 - div.suggestResults ul li aspan.suggestItemspan.suggestName{350 +.suggestResults ul li a .suggestItem .suggestName{ 349 349 text-align: left; 350 350 width: 60%; 351 351 color: #4D4D4D; ... ... @@ -355,19 +355,19 @@ 355 355 padding-left: 6px; 356 356 margin: 0px; 357 357 } 358 - div.suggestResults ul li a:hoverspan.suggestItemspan.suggestName{360 +.suggestResults ul li a:hover .suggestItem .suggestName{ 359 359 text-decoration: underline; 360 360 } 361 - div.suggestResults ul li a:hoverspan.suggestItemspan.suggestName em{363 +.suggestResults ul li a:hover .suggestItem .suggestName em{ 362 362 text-decoration: underline; 363 363 } 364 - div.suggestResults ul li a:hoverspan.suggestItemspan.suggestLocation{366 +.suggestResults ul li a:hover .suggestItem .suggestLocation{ 365 365 color: #39397F; 366 366 text-decoration: none; 367 367 } 368 - div.suggestResults ul li aspan.suggestItemspan.suggestLocation{370 +.suggestResults ul li a .suggestItem .suggestLocation{ 369 369 text-align: right; 370 - color: # cccccc;372 + color: #aaa; 371 371 font-size: 90%; 372 372 width: 36%; 373 373 vertical-align: top; ... ... @@ -376,7 +376,7 @@ 376 376 margin: 0px; 377 377 } 378 378 em{ 379 - color: #5599FF;381 + color:orange; 380 380 padding:0; 381 381 margin: 0; 382 382 text-decoration: inherited;