From 0b2d7e7ecaebbe9afd57bd88547d4d49360586bd Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 13 Apr 2006 05:54:44 +0000 Subject: [PATCH] New style for draft blog posts --- theme/standard/styles_color.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index cb728be7ec..a9bc3b98fa 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -312,14 +312,24 @@ table.flexible .r1 { border-color:#AAAAAA; } + +/*** + *** Blogs + ***/ + +.blogpost.blogdraft .content { + background-color:#EEEEEE; +} + .block_blog_tags .official { - color: #0000cc; + color: #0000cc; } .block_blog_tags .personal { - color: #666699; + color: #666699; } + /*** *** Calendar ***/ -- 2.39.5