From 2ee4609eb14e318262715987da423752568d136b Mon Sep 17 00:00:00 2001 From: Uriel Date: Fri, 30 Jan 2009 16:13:39 +0100 Subject: [PATCH] Styles for new notification boxes. --- pub/style/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pub/style/style.css b/pub/style/style.css index b7129d5..4155cba 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -334,6 +334,18 @@ blockquote { .doNotDisplay { display: none; } +.notify_errors, +.notify_notes, +.notify_success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; } + +.notify_errors { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; } +.notify_notes { background: #FFF6BF; color: #514721; border-color: #FFD324; } +.notify_success { background: #E6EFC2; color: #264409; border-color: #C6D880; } +.notify_errors a { color: #8a1f11; } +.notify_notes a { color: #514721; } +.notify_success a { color: #264409; } + + /* # Page/Handler specific # */ h1.dir-list-head, ul.dir-list { text-transform: capitalize;