From: Trevor Parscal Date: Thu, 11 Jun 2009 23:07:07 +0000 (+0000) Subject: Tweaked link colors to unify colors of content and navigation. X-Git-Tag: 1.31.0-rc.0~41414 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=1661a8e3b2289e62b3017562c66707f801e0feb9;p=lhc%2Fweb%2Fwiklou.git Tweaked link colors to unify colors of content and navigation. --- diff --git a/skins/vector/images/page-base.png b/skins/vector/images/page-base.png index aea8a0ff80..e661231f77 100644 Binary files a/skins/vector/images/page-base.png and b/skins/vector/images/page-base.png differ diff --git a/skins/vector/images/page-fade.png b/skins/vector/images/page-fade.png index 95a4042a64..441c1c3e31 100644 Binary files a/skins/vector/images/page-fade.png and b/skins/vector/images/page-fade.png differ diff --git a/skins/vector/images/panel-fade.png b/skins/vector/images/panel-fade.png index 5e811a0163..fd851f8313 100644 Binary files a/skins/vector/images/panel-fade.png and b/skins/vector/images/panel-fade.png differ diff --git a/skins/vector/main.css b/skins/vector/main.css index 765e71a1bb..fa737990e7 100644 --- a/skins/vector/main.css +++ b/skins/vector/main.css @@ -113,10 +113,10 @@ div#panel { overflow: hidden; } div#panel > div.buffer > div.portal > div.body > ul > li > a { - color: #00528c; + color: #0645ad; } div#panel > div.buffer > div.portal > div.body > ul > li > a:visited { - color: #2623a5; + color: #0b0080; } /* Logo */ @@ -253,11 +253,11 @@ body.rtl div#foot { color: #666666; } div#foot a { - color: #00528c; + color: #0645ad; } div#foot a:visited { - color: #2623a5; + color: #0b0080; } /* Foot Icons */ @@ -365,7 +365,7 @@ body.rtl div#namespaces { } div#namespaces > ul > li > a, div#namespaces > ul > li > a:visited { - color: #00528c; + color: #0645ad; } div#namespaces > ul > li.selected > a, div#namespaces > ul > li.selected > a:visited{ @@ -438,7 +438,7 @@ body.rtl div#views { } div#views > ul > li > a, div#views > ul > li > a:visited { - color: #00528c; + color: #0645ad; } div#views > ul > li.selected > a, div#views > ul > li.selected > a:visited{ @@ -530,7 +530,7 @@ body.rtl div#actions { } div#actions > div.menu > ul > li > a, div#actions > div.menu > ul > li > a:visited { - color: #00528c; + color: #0645ad; } /* I DON"T THINK THIS IS AWESOME, BUT IT"S SOMETHING... */ @@ -606,7 +606,7 @@ body.rtl div#variants { } div#variants > div.menu > ul > li > a, div#variants > div.menu > ul > li > a:visited { - color: #00528c; + color: #0645ad; } /* END OF STUFF I"M NOT SURE ABOUT... */ @@ -659,7 +659,7 @@ body.rtl div#personal { } div#personal > div.buffer > ul > li > a, div#personal > div.buffer > ul > li > a:visited { - color: #00528c; + color: #0645ad; } div#personal > div.buffer > ul > li > a.new, div#personal > div.buffer > ul > li > a.new:visited { @@ -718,7 +718,7 @@ body.rtl #preftoc { /* Tab Label */ display: block; position: relative; - color: #00528c; + color: #0645ad; padding: 0.5em; text-decoration: none; background-image: none; @@ -768,7 +768,7 @@ body.rtl #preftoc { #preferences td.htmlform-tip { font-size: x-small; padding: .2em 2em; - color: #666; + color: #666666; } /* @@ -780,11 +780,11 @@ body.rtl #preftoc { /* Links */ a { text-decoration: none; - color: #002bb8; + color: #0645ad; background: none; } a:visited { - color: #5a3696; + color: #0b0080; } a:active { color: #faa700;