1.2 colour for external links
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 4 Jun 2004 12:04:34 +0000 (12:04 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 4 Jun 2004 12:04:34 +0000 (12:04 +0000)
stylesheets/monobook/main.css

index 54ec2b0..10c99f0 100644 (file)
@@ -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 {