1
0

css/look.css: Changed link colors/behaviors

This commit is contained in:
Aaron Lindsay 2011-03-20 20:22:05 -06:00
parent d1c9733f98
commit e2e9e81fd4

View File

@ -35,11 +35,11 @@ body {
margin: 0; margin: 0;
padding: 15px 20px 10px 20px; padding: 15px 20px 10px 20px;
text-decoration: none; text-decoration: none;
color: #666666; color: #ddc;
background: url('../graphics/cornerStripedRight.png') no-repeat top right; background: url('../graphics/cornerStripedRight.png') no-repeat top right;
} }
#header-inner #title a:hover{ #header-inner #title a:hover{
color: #FFFFFF; color: #fff;
} }
#content { #content {
padding: 1em 0 2em 0; padding: 1em 0 2em 0;
@ -96,15 +96,17 @@ div#tabs ul li a {
position: relative; position: relative;
bottom: 3px; bottom: 3px;
font-weight: bold; font-weight: bold;
color: #333333; color: #036;
margin: 0 0 0 17px; margin: 0 0 0 17px;
padding: 3px; padding: 3px;
text-decoration:none; text-decoration:none;
border-top: #003366 2px solid;
background-color: #88BBEE; background-color: #88BBEE;
} }
div#tabs ul li a:hover { div#tabs ul li a:hover {
color: #eee; color: #fff;
}
div#tabs ul li a.current {
border-top: #036 2px solid;
} }
a { a {