From: Magnus Manske Date: Sun, 8 Aug 2004 14:44:03 +0000 (+0000) Subject: This fixes bug 827160, with settings from http://meta.wikipedia.org/wiki/Cologne_Blue... X-Git-Tag: 1.5.0alpha1~2468 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=6ae9639fb917ea89ff33f3f6dd6787a71e0b4ebc;p=lhc%2Fweb%2Fwiklou.git This fixes bug 827160, with settings from meta.wikipedia.org/wiki/Cologne_Blue_skin_problems --- diff --git a/stylesheets/cologneblue.css b/stylesheets/cologneblue.css index 1bcba666c1..492df438f2 100644 --- a/stylesheets/cologneblue.css +++ b/stylesheets/cologneblue.css @@ -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%; }