This fixes bug 827160, with settings from http://meta.wikipedia.org/wiki/Cologne_Blue...
authorMagnus Manske <magnusmanske@users.mediawiki.org>
Sun, 8 Aug 2004 14:44:03 +0000 (14:44 +0000)
committerMagnus Manske <magnusmanske@users.mediawiki.org>
Sun, 8 Aug 2004 14:44:03 +0000 (14:44 +0000)
stylesheets/cologneblue.css

index 1bcba66..492df43 100644 (file)
@@ -85,11 +85,17 @@ h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
  color: #666666; font-size: 11pt; font-weight: bold;
  padding-top: 0; margin-top: 0; padding-bottom: 1ex;
 }
-a { color: #223366; }
-a.external { color: #336644; }
-a:visited { color: #8D0749; }
+
+a { color: #0000FF; }
+a:visited { color: #000080; }
+a.external { color: #00C000; }
+a.external:visited { color: #008000; }
+a.stub { color:#800080; }
+a.stub:visited  { color:#600060; }
+a.new { color:#FF0000; }
+a.new:visited  { color:#800000; }
+
 a.printable { text-decoration: underline; }
-a.stub { color:#772233; text-decoration:none; }
 h2, h3, h4, h5, h6 { margin-bottom: 0; }
 small { font-size: 75%; }