small css changes. changed the green tone and made the warning/error boxes less aggressive.

This commit is contained in:
phear 2005-07-25 13:34:28 +00:00
parent fda9e3f445
commit 8001553ea0
1 changed files with 16 additions and 13 deletions

View File

@ -80,11 +80,11 @@ body {
text-align: center; text-align: center;
border-top: 1px solid #5e5e5e; border-top: 1px solid #5e5e5e;
border-bottom: 1px solid #5e5e5e; border-bottom: 1px solid #5e5e5e;
background-color: #7fb945; background-color: #ACE149;
} }
#menu a:link, #menu a:visited { #menu a:link, #menu a:visited {
color: white; color: #5e5e5e;
margin: 5px; margin: 5px;
text-decoration: none; text-decoration: none;
border: none; border: none;
@ -93,7 +93,7 @@ body {
} }
#menu a:hover { #menu a:hover {
color: #4E732A; color: #8e8e8e;
} }
#words { #words {
@ -131,9 +131,9 @@ body {
text-align: center; text-align: center;
border-top: 1px solid #5e5e5e; border-top: 1px solid #5e5e5e;
border-bottom: 1px solid #5e5e5e; border-bottom: 1px solid #5e5e5e;
background-color: #7fb945; background-color: #ACE149;
font-size: 0.8em; font-size: 0.8em;
color: white; color: #5e5e5e;
} }
#footer a:link, #footer a:visited { #footer a:link, #footer a:visited {
@ -142,6 +142,7 @@ body {
text-decoration: none; text-decoration: none;
border: none; border: none;
padding: 4px; padding: 4px;
color: #5e5e5e;
} }
#footer a:hover { #footer a:hover {
@ -165,24 +166,26 @@ body {
} }
#words .warning,.error,.success { #words .warning,.error,.success {
border: 2px dashed #5e5e5e; border: 1px dashed #808080;
text-align: center; text-align: center;
color: #5e5e5e; color: #5e5e5e;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
font-size: 0.9em; font-size: 0.9em;
padding-left: 40px;
padding-right: 40px;
} }
#words .warning { #words .warning {
background-color: #ffd0d0; background-color: #f5f5f5;
} }
#words .error { #words .error {
background-color: #ff0000; background-color: #f5f5f5;
} }
#words .success { #words .success {
background-color: #90EE90; /* background-color: #90EE90; */
} }
#words div.warning,div.error,div.success h1,h2 { #words div.warning,div.error,div.success h1,h2 {
@ -237,17 +240,17 @@ textarea:hover {
} }
button { button {
background-color: #7fb945; background-color: #ACE149;
border: 1px solid #5e5e5e; border: 1px solid #5e5e5e;
color: #fff; color: #5e5e5e;
font-size: 0.8em; font-size: 0.8em;
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
} }
button:hover { button:hover {
background-color: #8fc955; background-color: #fff;
border: 1px solid #7fb945; border: 1px solid #ACE149;
color: #5e5e5e; color: #5e5e5e;
font-size: 0.8em; font-size: 0.8em;
font-weight: bold; font-weight: bold;