Changeset 328:c05423b6e19e
- Timestamp:
- 09/09/09 14:35:23 (4 years ago)
- Author:
- tgambet
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@329
- Message:
-
added anchor and external link icons on result
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r324
|
r328
|
|
| 393 | 393 | color:white; |
| 394 | 394 | } |
| | 395 | #observations div.observer h2 a.direct_link { |
| | 396 | height:0; |
| | 397 | width:0; |
| | 398 | display:inline-block; |
| | 399 | overflow:hidden; |
| | 400 | padding:11px 0 0 12px; |
| | 401 | background:url(../images/external_link_2.gif); |
| | 402 | } |
| | 403 | #observations div.observer h2 a.anchor { |
| | 404 | height:0; |
| | 405 | width:0; |
| | 406 | display:inline-block; |
| | 407 | overflow:hidden; |
| | 408 | padding:11px 0 0 11px; |
| | 409 | background:url(../images/permalink_2.gif); |
| | 410 | } |
| 395 | 411 | #observations div.observer h2 span.name { |
| 396 | 412 | font-style: italic; |
| … |
… |
|
| 414 | 430 | #observations div.infos, #observations div.warnings, #observations div.errors { |
| 415 | 431 | padding-top: 0.5em; |
| 416 | | } |
| 417 | | .infos h3 { |
| 418 | | color: #17882a; |
| 419 | | } |
| 420 | | .errors h3 { |
| 421 | | color: #aa1d1d; |
| 422 | | } |
| 423 | | .warnings h3 { |
| 424 | | color: #b48700; |
| 425 | 432 | } |
| 426 | 433 | #observations h3 { |
| … |
… |
|
| 429 | 436 | border-bottom:1px solid #CCCCCC; |
| 430 | 437 | } |
| | 438 | #observations .infos h3 { |
| | 439 | color: #17882a; |
| | 440 | } |
| | 441 | #observations .errors h3 { |
| | 442 | color: #aa1d1d; |
| | 443 | } |
| | 444 | #observations .warnings h3 { |
| | 445 | color: #b48700; |
| | 446 | } |
| 431 | 447 | #observations td.uri { |
| 432 | 448 | background-color:#EEEEEE; |
| … |
… |
|
| 435 | 451 | #observations td.uri span { |
| 436 | 452 | font-weight: bold; |
| | 453 | } |
| | 454 | #observations td.anchor { |
| | 455 | width:13px; |
| | 456 | } |
| | 457 | #observations td.anchor a { |
| | 458 | height:0; |
| | 459 | width:0; |
| | 460 | display:inline-block; |
| | 461 | overflow:hidden; |
| | 462 | padding:11px 0 0 11px; |
| | 463 | background:url(../images/permalink.gif); |
| 437 | 464 | } |
| 438 | 465 | #observations table { |
| … |
… |
|
| 474 | 501 | |
| 475 | 502 | /* Specific result styles */ |
| 476 | | div.observer.markup-validator div.infos img, div.observer.css-validator div.infos img, div.observer.css1-validator div.infos img, div.observer.css2-validator div.infos img, div.observer.css21-validator div.infos img, div.observer.css3-validator div.infos img { |
| | 503 | div.observer.markup-validator td.info img, div.observer.css-validator td.info img, div.observer.css1-validator td.info img, div.observer.css2-validator td.info img, div.observer.css21-validator td.info img, div.observer.css3-validator td.info img { |
| 477 | 504 | float:left; |
| 478 | 505 | clear:left; |
| 479 | 506 | padding:3.1em 10px; |
| 480 | 507 | } |
| 481 | | div.observer.markup-validator div.infos code, div.observer.css-validator div.infos code, div.observer.css1-validator div.infos code, div.observer.css2-validator div.infos code, div.observer.css21-validator div.infos code, div.observer.css3-validator div.infos code { |
| | 508 | div.observer.markup-validator td.info code, div.observer.css-validator td.info code, div.observer.css1-validator td.info code, div.observer.css2-validator td.info code, div.observer.css21-validator td.info code, div.observer.css3-validator td.info code { |
| 482 | 509 | color:#444444; |
| 483 | 510 | } |