Light shift.

This commit is contained in:
z3d
2010-12-03 22:43:27 +00:00
parent 1330930867
commit f23b1880f5

View File

@@ -667,14 +667,14 @@ code {
} }
a:link{ a:link{
color: #005; color: #613;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
word-wrap: break-word; word-wrap: break-word;
} }
a:visited{ a:visited{
color: #309; color: #314;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
} }
@@ -806,7 +806,7 @@ button, button:visited{
-moz-box-shadow: inset 0px 2px 8px 0px #fff; -moz-box-shadow: inset 0px 2px 8px 0px #fff;
-khtml-box-shadow: inset 0px 2px 8px 0px #fff; -khtml-box-shadow: inset 0px 2px 8px 0px #fff;
box-shadow: inset 0px 2px 8px 0px #fff; box-shadow: inset 0px 2px 8px 0px #fff;
color: #006; color: #413;
} }
button:hover{ button:hover{
@@ -857,7 +857,7 @@ button:active{
input { input {
background: #eef; background: #eef;
color: #001; color: #413;
margin: 5px 10px 5px 10px; margin: 5px 10px 5px 10px;
padding: 4px 2px; padding: 4px 2px;
font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
@@ -869,7 +869,7 @@ input {
input, input:visited { input, input:visited {
border: 1px outset #999; border: 1px outset #999;
background: #ddf; background: #ddf;
color: #001; color: #413;
margin: 5px; margin: 5px;
font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
padding: 1px 2px; padding: 1px 2px;
@@ -879,7 +879,7 @@ input, input:visited {
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
-moz-box-shadow: inset 0px 2px 8px 0px #fff; -moz-box-shadow: inset 0px 2px 8px 0px #fff;
color: #006; color: #413
opacity: 0.9; opacity: 0.9;
} }