From: Gabriel Wicke Date: Fri, 4 Jun 2004 12:04:34 +0000 (+0000) Subject: 1.2 colour for external links X-Git-Tag: 1.5.0alpha1~3040 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=428fb90051aaae286ae688c417675f862159be2d;p=lhc%2Fweb%2Fwiklou.git 1.2 colour for external links --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 54ec2b0a7b..10c99f05a3 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -467,9 +467,11 @@ td.diff-context { background:#eeeeee; } } /* disable interwiki styling */ #bodyContent a.interwiki { + color: #3366bb; background: none; padding: 0; } +#bodyContent a.external { color: #3366bb; } /* this can be used in the content area to switch off special external link styling */ #bodyContent .plainlinks a {