From d40dc0804220599f3eaf94b2e08e0154b991a569 Mon Sep 17 00:00:00 2001 From: Saivann Date: Thu, 11 Jul 2013 20:09:02 -0400 Subject: [PATCH] Use a consistent color for links and menus --- _less/screen.less | 20 +++++++++++++------- css/ie.css | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index 843305c4..bdf1adf0 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -35,12 +35,16 @@ h1 img,h2 img,h3 img{ p { line-height:1.5em; } -a:link,a:visited,a:active{ - color:#4892b2; +a:link, +a:visited, +a:active{ + color:#2c6fad; text-decoration:none; } -a:link:hover,a:visited:hover,a:active:hover{ - color:#75bfdf; +a:link:hover, +a:visited:hover, +a:active:hover{ + color:#63a4e1; } a img,a:link img,a:visited img,a:active img{ border:0; @@ -762,7 +766,7 @@ h2 .rssicon{ } .press-volunteer>div>div>img:first-child+p{ font-weight:bold; - color:#0d579b; + color:#2c6fad; margin:0px; } .press-volunteer>div>div>img:first-child+p+p{ @@ -894,9 +898,11 @@ h2 .rssicon{ display:block; margin-bottom:10px; } -.press-news a:link,.press-news a:active,.press-news a:visited{ +.press-news a:link, +.press-news a:active, +.press-news a:visited{ font-weight:bold; - color:#0d579b; + color:#2c6fad; } .press-news>div>a:first-child+a+a+p{ font-size:80%; diff --git a/css/ie.css b/css/ie.css index ac65b650..f91d633f 100644 --- a/css/ie.css +++ b/css/ie.css @@ -255,7 +255,7 @@ h3 .ieimg{ } .press-volunteer div div p{ font-weight:expression((this.parentNode.getElementsByTagName('P')[0]==this)?'bold':''); - color:expression((this.parentNode.getElementsByTagName('P')[0]==this)?'#0d579b':''); + color:expression((this.parentNode.getElementsByTagName('P')[0]==this)?'#2c6fad':''); margin:expression((this.parentNode.getElementsByTagName('P')[0]==this||this.parentNode.getElementsByTagName('P')[1]==this||this.parentNode.getElementsByTagName('P')[3]==this)?'0px':''); font-size:expression((this.parentNode.getElementsByTagName('P')[2]==this)?'80%':''); }