Use a consistent color for links and menus

This commit is contained in:
Saivann 2013-07-11 20:09:02 -04:00
parent 7b79b996d8
commit d40dc08042
2 changed files with 14 additions and 8 deletions

View file

@ -35,12 +35,16 @@ h1 img,h2 img,h3 img{
p { p {
line-height:1.5em; line-height:1.5em;
} }
a:link,a:visited,a:active{ a:link,
color:#4892b2; a:visited,
a:active{
color:#2c6fad;
text-decoration:none; text-decoration:none;
} }
a:link:hover,a:visited:hover,a:active:hover{ a:link:hover,
color:#75bfdf; a:visited:hover,
a:active:hover{
color:#63a4e1;
} }
a img,a:link img,a:visited img,a:active img{ a img,a:link img,a:visited img,a:active img{
border:0; border:0;
@ -762,7 +766,7 @@ h2 .rssicon{
} }
.press-volunteer>div>div>img:first-child+p{ .press-volunteer>div>div>img:first-child+p{
font-weight:bold; font-weight:bold;
color:#0d579b; color:#2c6fad;
margin:0px; margin:0px;
} }
.press-volunteer>div>div>img:first-child+p+p{ .press-volunteer>div>div>img:first-child+p+p{
@ -894,9 +898,11 @@ h2 .rssicon{
display:block; display:block;
margin-bottom:10px; 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; font-weight:bold;
color:#0d579b; color:#2c6fad;
} }
.press-news>div>a:first-child+a+a+p{ .press-news>div>a:first-child+a+a+p{
font-size:80%; font-size:80%;

View file

@ -255,7 +255,7 @@ h3 .ieimg{
} }
.press-volunteer div div p{ .press-volunteer div div p{
font-weight:expression((this.parentNode.getElementsByTagName('P')[0]==this)?'bold':''); 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':''); 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%':''); font-size:expression((this.parentNode.getElementsByTagName('P')[2]==this)?'80%':'');
} }