From: Brion Vibber Date: Thu, 23 Dec 2004 06:57:06 +0000 (+0000) Subject: Undo overly bright colors. Merge from REL1_4 X-Git-Tag: 1.5.0alpha1~1047 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=d11743677fce786ce21704455fbab12419168608;p=lhc%2Fweb%2Fwiklou.git Undo overly bright colors. Merge from REL1_4 --- diff --git a/skins/common/cologneblue.css b/skins/common/cologneblue.css index 237b1de62d..674ff62400 100644 --- a/skins/common/cologneblue.css +++ b/skins/common/cologneblue.css @@ -86,16 +86,12 @@ h1.pagetitle { padding-bottom: 0; margin-bottom: 0; } padding-top: 0; margin-top: 0; padding-bottom: 1ex; } -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, #quickbar a.new { color:#FF0000; } -a.new:visited , #quickbar a.new:visited { color:#800000; } - +a { color: #223366; } +a.external { color: #336644; } +a:visited { color: #8D0749; } a.printable { text-decoration: underline; } +a.stub, #quickbar a.stub { color:#772233; text-decoration:none; } +a.new, #quickbar a.new { color: #CC2200; } h2, h3, h4, h5, h6 { margin-bottom: 0; } small { font-size: 75%; }