From 4520c809f39899415d4f6852b4fc652fae9ee793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Homm=C3=A9?= Date: Mon, 18 Apr 2011 22:56:33 -0400 Subject: [PATCH] Moves colors around on "informational" messages such as warnings, info, successes, errors. --- themes/pmahomme/css/theme_right.css.php | 28 ++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index b32fb7f7b..d56b947ac 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -88,6 +88,9 @@ a:hover { -webkit-border-radius:5px; border-radius:5px; } + +#initials_table td{padding:8px !important} + #initials_table a { border:1px solid #aaa; background:#fff; @@ -570,13 +573,22 @@ div.footnotes { padding: 0.3em; + -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; - -moz-box-shadow: 0px 1px 2px #fff inset; - -webkit-box-shadow: 0px 1px 2px #fff inset; + + -moz-box-shadow: 0 1px 1px #fff inset; + -webkit-box-shadow: 0 1px 1px #fff inset; + box-shadow: 0 1px 1px #fff inset; } +.success a{text-decoration:underline;} +.notice a{text-decoration:underline;} +.warning a{text-decoration:underline;} +.error a{text-decoration:underline;} +.footnotes a{text-decoration:underline;} + .success { color: #000000; background-color: #ebf8a4; @@ -599,13 +611,13 @@ div.success { } .notice, .footnotes { - color: #000000; - background-color: #ffeda4; + color: #3a6c7e; + background-color: #e8eef1; } h1.notice, div.notice, div.footnotes { - border-color: #eccf5b; + border-color: #3a6c7e; background-image: url(getImgPath(); ?>s_notice.png); background-repeat: no-repeat; @@ -646,8 +658,8 @@ div.warning { .error { border:1px solid maroon !important; - color: #fff; - background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #e97777; + color: #000; + background:pink; } h1.error, @@ -667,6 +679,8 @@ div.error h1 { border-color: #ff0000; } + + .confirmation { color: #000000; background-color: pink;