Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -491,35 +491,34 @@ |
492 | 492 | ** this is css3, the validator doesn't like it when validating as css2 |
493 | 493 | */ |
494 | 494 | #bodyContent a.external, |
495 | | -#bodyContent a[href ^="gopher://"] { |
| 495 | +#bodyContent a.external[href ^="gopher://"] { |
496 | 496 | background: url(external.png) center right no-repeat; |
497 | 497 | padding: 0 13px; |
498 | 498 | } |
499 | 499 | .rtl #bodyContent a.external, |
500 | | -.rtl #bodyContent a[href ^="gopher://"] { |
| 500 | +.rtl #bodyContent a.external[href ^="gopher://"] { |
501 | 501 | background-image: url(external-rtl.png); |
502 | 502 | } |
503 | | -#bodyContent a[href ^="https://"], |
| 503 | +#bodyContent a.external[href ^="https://"], |
504 | 504 | .link-https { |
505 | 505 | background: url(lock_icon.gif) center right no-repeat; |
506 | 506 | padding: 0 16px; |
507 | 507 | } |
508 | | -#bodyContent a[href ^="mailto:"], |
| 508 | +#bodyContent a.external[href ^="mailto:"], |
509 | 509 | .link-mailto { |
510 | 510 | background: url(mail_icon.gif) center right no-repeat; |
511 | 511 | padding: 0 18px; |
512 | 512 | } |
513 | | -#bodyContent a[href ^="news://"] { |
| 513 | +#bodyContent a.external[href ^="news://"] { |
514 | 514 | background: url(news_icon.png) center right no-repeat; |
515 | 515 | padding: 0 18px; |
516 | 516 | } |
517 | | -#bodyContent a[href ^="ftp://"], |
| 517 | +#bodyContent a.external[href ^="ftp://"], |
518 | 518 | .link-ftp { |
519 | 519 | background: url(file_icon.gif) center right no-repeat; |
520 | 520 | padding: 0 18px; |
521 | 521 | } |
522 | | -#bodyContent a[href ^="irc://"], |
523 | | -#bodyContent a.extiw[href ^="irc://"], |
| 522 | +#bodyContent a.external[href ^="irc://"], |
524 | 523 | .link-irc { |
525 | 524 | background: url(discussionitem_icon.gif) center right no-repeat; |
526 | 525 | padding: 0 18px; |
— | — | @@ -562,8 +561,7 @@ |
563 | 562 | } |
564 | 563 | |
565 | 564 | /* correction for ltr wikis */ |
566 | | -.ltr #bodyContent a.external, |
567 | | -.ltr #bodyContent a.extiw { |
| 565 | +.ltr #bodyContent a.external { |
568 | 566 | padding-left: 0; |
569 | 567 | } |
570 | 568 | |
— | — | @@ -571,8 +569,6 @@ |
572 | 570 | #bodyContent a.extiw, |
573 | 571 | #bodyContent a.extiw:active { |
574 | 572 | color: #36b; |
575 | | - background: none; |
576 | | - padding: 0; |
577 | 573 | } |
578 | 574 | #bodyContent a.external { |
579 | 575 | color: #36b; |