From 8001553ea0b8c02d6570b049351f1f7f1cb381ed Mon Sep 17 00:00:00 2001 From: phear Date: Mon, 25 Jul 2005 13:34:28 +0000 Subject: [PATCH] small css changes. changed the green tone and made the warning/error boxes less aggressive. --- cryptobox.conf.d/var/www/cryptobox.css | 29 ++++++++++++++------------ 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/cryptobox.conf.d/var/www/cryptobox.css b/cryptobox.conf.d/var/www/cryptobox.css index 0f82afa..9f556bc 100644 --- a/cryptobox.conf.d/var/www/cryptobox.css +++ b/cryptobox.conf.d/var/www/cryptobox.css @@ -80,11 +80,11 @@ body { text-align: center; border-top: 1px solid #5e5e5e; border-bottom: 1px solid #5e5e5e; - background-color: #7fb945; + background-color: #ACE149; } #menu a:link, #menu a:visited { - color: white; + color: #5e5e5e; margin: 5px; text-decoration: none; border: none; @@ -93,7 +93,7 @@ body { } #menu a:hover { - color: #4E732A; + color: #8e8e8e; } #words { @@ -131,9 +131,9 @@ body { text-align: center; border-top: 1px solid #5e5e5e; border-bottom: 1px solid #5e5e5e; - background-color: #7fb945; + background-color: #ACE149; font-size: 0.8em; - color: white; + color: #5e5e5e; } #footer a:link, #footer a:visited { @@ -142,6 +142,7 @@ body { text-decoration: none; border: none; padding: 4px; + color: #5e5e5e; } #footer a:hover { @@ -165,24 +166,26 @@ body { } #words .warning,.error,.success { - border: 2px dashed #5e5e5e; + border: 1px dashed #808080; text-align: center; color: #5e5e5e; text-decoration: none; font-weight: bold; font-size: 0.9em; + padding-left: 40px; + padding-right: 40px; } #words .warning { - background-color: #ffd0d0; + background-color: #f5f5f5; } #words .error { - background-color: #ff0000; + background-color: #f5f5f5; } #words .success { - background-color: #90EE90; +/* background-color: #90EE90; */ } #words div.warning,div.error,div.success h1,h2 { @@ -237,17 +240,17 @@ textarea:hover { } button { - background-color: #7fb945; + background-color: #ACE149; border: 1px solid #5e5e5e; - color: #fff; + color: #5e5e5e; font-size: 0.8em; font-weight: bold; cursor: pointer; } button:hover { - background-color: #8fc955; - border: 1px solid #7fb945; + background-color: #fff; + border: 1px solid #ACE149; color: #5e5e5e; font-size: 0.8em; font-weight: bold;