Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -552,15 +552,33 @@ |
553 | 553 | background: url("document.png") center right no-repeat; |
554 | 554 | padding-right: 12px; |
555 | 555 | } |
556 | | - |
557 | | -/* disable interwiki styling */ |
| 556 | + |
| 557 | +/* Interwiki Styling */ |
558 | 558 | #bodyContent a.extiw, |
559 | 559 | #bodyContent a.extiw:active { |
560 | 560 | color: #36b; |
| 561 | + /* Don't show icons for interwiki links */ |
| 562 | + background: none; |
| 563 | + padding: 0; |
561 | 564 | } |
| 565 | +#bodyContent a.extiw:visited { |
| 566 | + color: #636; |
| 567 | +} |
| 568 | +#bodyContent a.extiw:active { |
| 569 | + color: #b63; |
| 570 | +} |
| 571 | + |
| 572 | +/* External links */ |
562 | 573 | #bodyContent a.external { |
563 | 574 | color: #36b; |
564 | 575 | } |
| 576 | +#bodyContent a.external:visited { |
| 577 | + color: #636; /* bug 3112 */ |
| 578 | +} |
| 579 | +#bodyContent a.external:active { |
| 580 | + color: #b63; |
| 581 | +} |
| 582 | + |
565 | 583 | /* |
566 | 584 | ** Structural Elements |
567 | 585 | */ |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -1108,16 +1108,34 @@ |
1109 | 1109 | background: url("images/document-icon.png?2") center right no-repeat; |
1110 | 1110 | padding-right: 13px; |
1111 | 1111 | } |
1112 | | -/* Interwiki Styling (Disabled) */ |
| 1112 | + |
| 1113 | +/* Interwiki Styling */ |
1113 | 1114 | div#content a.extiw, |
1114 | 1115 | div#content a.extiw:active { |
1115 | 1116 | color: #36b; |
| 1117 | + /* Don't show icons for interwiki links */ |
1116 | 1118 | background: none; |
1117 | 1119 | padding: 0; |
1118 | 1120 | } |
| 1121 | +div#content a.extiw:visited { |
| 1122 | + color: #636; |
| 1123 | +} |
| 1124 | +div#content a.extiw:active { |
| 1125 | + color: #b63; |
| 1126 | +} |
| 1127 | + |
| 1128 | +/* External links */ |
1119 | 1129 | div#content a.external { |
1120 | 1130 | color: #36b; |
1121 | 1131 | } |
| 1132 | +div#content a.external:visited { |
| 1133 | + color: #636; /* bug 3112 */ |
| 1134 | +} |
| 1135 | +div#content a.external:active { |
| 1136 | + color: #b63; |
| 1137 | +} |
| 1138 | + |
| 1139 | + |
1122 | 1140 | div#content .printfooter { |
1123 | 1141 | display: none; |
1124 | 1142 | } |