css/look.css: Changed link colors/behaviors
This commit is contained in:
parent
d1c9733f98
commit
e2e9e81fd4
12
css/look.css
12
css/look.css
@ -35,11 +35,11 @@ body {
|
||||
margin: 0;
|
||||
padding: 15px 20px 10px 20px;
|
||||
text-decoration: none;
|
||||
color: #666666;
|
||||
color: #ddc;
|
||||
background: url('../graphics/cornerStripedRight.png') no-repeat top right;
|
||||
}
|
||||
#header-inner #title a:hover{
|
||||
color: #FFFFFF;
|
||||
color: #fff;
|
||||
}
|
||||
#content {
|
||||
padding: 1em 0 2em 0;
|
||||
@ -96,15 +96,17 @@ div#tabs ul li a {
|
||||
position: relative;
|
||||
bottom: 3px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
color: #036;
|
||||
margin: 0 0 0 17px;
|
||||
padding: 3px;
|
||||
text-decoration:none;
|
||||
border-top: #003366 2px solid;
|
||||
background-color: #88BBEE;
|
||||
}
|
||||
div#tabs ul li a:hover {
|
||||
color: #eee;
|
||||
color: #fff;
|
||||
}
|
||||
div#tabs ul li a.current {
|
||||
border-top: #036 2px solid;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user