diff -Naur -x CVS -x LocalSettings.php -x AdminSettings.php wikipedia.cvs20031121/stylesheets/cologneblue.css wikipedia.cvs20031121.with-link-colors/stylesheets/cologneblue.css --- wikipedia.cvs20031121/stylesheets/cologneblue.css 2003-11-16 00:22:35.000000000 +0000 +++ wikipedia.cvs20031121.with-link-colors/stylesheets/cologneblue.css 2003-11-21 19:21:17.000000000 +0000 @@ -84,13 +84,21 @@ 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.interwiki { color: #00C000; } +a.interwiki:visited { color: #008000; } +a.external { color: #00C000; } +a.external:visited { color: #008000; } +a.new { color: #FF0000; } +a.new:visited { color: #800000; } +a.stub { color:#800080 } +a.stub:visited { color:#600060 } + a.printable { text-decoration: underline; } -a.stub { color:#772233; text-decoration:none; } + h2, h3, h4, h5, h6 { margin-bottom: 0; } -a.stub { color:#772233; text-decoration:none; } small { font-size: 75%; } #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; } diff -Naur -x CVS -x LocalSettings.php -x AdminSettings.php wikipedia.cvs20031121/stylesheets/nostalgia.css wikipedia.cvs20031121.with-link-colors/stylesheets/nostalgia.css --- wikipedia.cvs20031121/stylesheets/nostalgia.css 2003-11-16 00:22:35.000000000 +0000 +++ wikipedia.cvs20031121.with-link-colors/stylesheets/nostalgia.css 2003-11-21 19:22:04.000000000 +0000 @@ -4,9 +4,16 @@ background: #DDEEFF; border-style: solid; border-width: 1; padding: 2; } .bodytext { } -a.interwiki, a.external { color: #3366BB; } -a.printable { text-decoration: underline; } -a.stub { color:#772233; text-decoration:none; } +a { color: #0000FF; } +a:visited { color: #000080; } +a.interwiki { color: #00C000; } +a.interwiki:visited { color: #008000; } +a.external { color: #00C000; } +a.external:visited { color: #008000; } +a.new { color: #FF0000; } +a.new:visited { color: #800000; } +a.stub { color:#800080 } +a.stub:visited { color:#600060 } h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; } h2, h3, h4, h5, h6 { margin-bottom: 0; } p.subtitle { padding-top: 0; margin-top: 0; } diff -Naur -x CVS -x LocalSettings.php -x AdminSettings.php wikipedia.cvs20031121/stylesheets/wikistandard.css wikipedia.cvs20031121.with-link-colors/stylesheets/wikistandard.css --- wikipedia.cvs20031121/stylesheets/wikistandard.css 2003-11-09 11:45:12.000000000 +0000 +++ wikipedia.cvs20031121.with-link-colors/stylesheets/wikistandard.css 2003-11-21 19:21:41.000000000 +0000 @@ -9,10 +9,18 @@ #topbar { padding: 4px;font-size:95%; } #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; } .bodytext { } -a.interwiki, a.external { color: #3366BB; } -a.printable { text-decoration: underline; } -a.stub { color:#772233; text-decoration:none; } -a.stub { color:#772233; text-decoration:none; } + +a { color: #0000FF; } +a:visited { color: #000080; } +a.interwiki { color: #00C000; } +a.interwiki:visited { color: #008000; } +a.external { color: #00C000; } +a.external:visited { color: #008000; } +a.new { color: #FF0000; } +a.new:visited { color: #800000; } +a.stub { color:#800080 } +a.stub:visited { color:#600060 } + body { margin: 0px; padding: 4px; } form.inline { display: inline; }