]> git.mjollnir.org Git - s9y.git/commitdiff
theme changes
authorPenny Leach <mjollnir@titania.local>
Mon, 26 Jun 2006 09:51:46 +0000 (21:51 +1200)
committerPenny Leach <penny@catalyst.net.nz>
Tue, 8 Apr 2008 00:04:18 +0000 (12:04 +1200)
templates/sgn2.0/comments.tpl
templates/sgn2.0/style.css

index 4470a1127402ca504e8968a48e99f3f9ba66dc84..68e077ac4d8473c50d40fc2d6a939ea0f9301e6a 100644 (file)
@@ -1,6 +1,6 @@
 {foreach from=$comments item=comment name="comments"}
     <a id="c{$comment.id}"></a>
-    <div id="serendipity_comment_{$comment.id}" class="serendipity_comment serendipity_comment_author_{$comment.author|@makeFilename} {if $entry.author == $comment.author}serendipity_comment_author_self{/if}{cycle values="comment_oddbox, comment_evenbox"}" style="padding-left: {if $comment.depth*3 < 50}{$comment.depth*3}{else}50{/if}px">
+    <div id="serendipity_comment_{$comment.id}" class="serendipity_comment serendipity_comment_author_{$comment.author|@makeFilename} {if $entry.author == $comment.author}serendipity_comment_author_self{/if}{cycle values="comment_oddbox, comment_evenbox"}" style="padding-left: {if $comment.depth*10 < 50}{$comment.depth*10}{else}50{/if}px">
         <div class="serendipity_commentBody">{$comment.body}</div>
         <div class="serendipity_comment_source">
             <a class="comment_source_trace" href="#c{$comment.id}">#{$comment.trace}</a>
index 1a1c8cebca1599640702d90e0ad87d51ab985abd..e6766a421458ed96fcd35ce11bff634503bc0766 100644 (file)
@@ -146,4 +146,18 @@ h3, h4 {
 }
 .serendipity_commentsTitle {
  font-weight:bold;
+}
+
+.serendipity_comment {
+ border-top: 1px dashed #aaaaaa;
+ padding-top:5px;
+}
+
+.serendipity_section_commentform {
+ border-top: 1px dashed #aaaaaa;
+ padding-top:5px;
+}
+
+.serendipity_msg_important {
+ color:#9d3636;
 }
\ No newline at end of file