From dd431136267584ddf29d18dfcb1a98c1acaa77a1 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Fri, 14 Aug 2009 14:14:43 -0400 Subject: [PATCH] flash styles --- public/stylesheets/screen.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+), 0 deletions(-) diff --git a/public/stylesheets/screen.css b/public/stylesheets/screen.css index d9c7e13..5496468 100644 --- a/public/stylesheets/screen.css +++ b/public/stylesheets/screen.css @@ -9,3 +9,32 @@ body { -moz-border-radius: 24px; -webkit-border-radius: 24px; } +/* flash color */ + +#flash_success { + background: seagreen; } +#flash_failure { + color: beige; + background: firebrick; } +#flash_notice { + color: snow; + background: dimgray; } + +/* flashes spacing */ + +#flash { + margin-bottom: 0.6em; } + +#flash_notice, #flash_success, #flash_failure, #errorExplanation ul li { + padding: 0.6em; } + +/* flash scale */ + +#flash_notice, #flash_success, #flash_failure, #errorExplanation ul li { + font-size: 1.6em; } + +/* flash weighting */ + +#flash_notice, #flash_success, #flash_failure, #errorExplanation ul li { + font-weight: bold; } + -- libgit2 0.21.2