From: Daniel Friesen Date: Wed, 31 Aug 2011 04:19:14 +0000 (+0000) Subject: Give Vector a lighter external/interwiki color since monobook->vector changed the... X-Git-Tag: 1.31.0-rc.0~28004 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=746400b868eec2db38a44241ff5b9aba9caea0a6;p=lhc%2Fweb%2Fwiklou.git Give Vector a lighter external/interwiki color since monobook->vector changed the basic internal link color lighter making internal and interwiki links almost indistinguishable. --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 91d6a61fa8..bac08d6d2e 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -1102,7 +1102,7 @@ div#content a.external[href *=".pdf?"], div#content a.external[href *=".PDF?"], /* Interwiki Styling */ div#content a.extiw, div#content a.extiw:active { - color: #36b; + color: #59e; /* Don't show icons for interwiki links */ background: none; padding: 0; @@ -1116,7 +1116,7 @@ div#content a.extiw:active { /* External links */ div#content a.external { - color: #36b; + color: #59e; } div#content a.external:visited { color: #636; /* bug 3112 */