Index: themes/bartik/css/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v
retrieving revision 1.25
diff -u -p -r1.25 style.css
--- themes/bartik/css/style.css	8 Oct 2010 03:36:03 -0000	1.25
+++ themes/bartik/css/style.css	18 Oct 2010 15:05:20 -0000
@@ -667,6 +667,20 @@ ul.links {
 .comment ul.links li {
   padding: 0 0.5em 0 0; /* LTR */
 }
+.comment-unpublished div.unpublished {
+  height: 0;
+  overflow: visible;
+  color: #d8d8d8;
+  font-size: 75px;
+  line-height: 1;
+  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
+  font-weight: bold;
+  text-transform: uppercase;
+  text-align: center;
+}
+.preview .comment div.unpublished {
+  display: none;
+ }
 
 /* ------------------ Sidebar ----------------- */
 .sidebar .section {
Index: themes/bartik/templates/comment.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/templates/comment.tpl.php,v
retrieving revision 1.3
diff -u -p -r1.3 comment.tpl.php
--- themes/bartik/templates/comment.tpl.php	24 Sep 2010 01:36:30 -0000	1.3
+++ themes/bartik/templates/comment.tpl.php	18 Oct 2010 15:05:20 -0000
@@ -87,6 +87,9 @@
     <?php print render($title_suffix); ?>
 
     <div class="content"<?php print $content_attributes; ?>>
+      <?php if ($status == 'comment-unpublished'): ?>
+        <div class="unpublished"><?php print t('Unpublished'); ?></div>
+      <?php endif; ?>
       <?php
         // We hide the comments and links now so that we can render them later.
         hide($content['links']);
