Sha256: cd94bca02883a2c337d21a40761ba1eb6d44f6ff9a7ca9c0d944a84a7a9df848
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
// $Id: comments.css,v 1.3 2009/05/03 09:28:36 johnalbin Exp $ */ // @file Comment Styling // Wrapper for the list of comments and its title #comments :margin 1em 0 // Heading for the list of comments #comments-title // Wrapper for a single comment .comment // A new comment since the user last viewed the page. &.new // An odd-numbered comment in the list of comments &.odd // An even-numbered comment in the list of comments &.even // The first comment in the list of comments &.first // The last comment in the list of comments &.last // Comment title h3.title // The picture of the comment author .picture // The "posted by" information .submitted // Comment's content wrapper .content // The user's signature .user-signature // Comment links. See also the ul.links declaration in the pages.css. ul.links // Additional wrapper for a single comment .comment-inner // Preview of the comment before submitting new or updated comment .comment-preview // Unpublished comments .comment-unpublished // Drupal core uses a #fff4f4 background // :background-color #fff4f4 // The word "Unpublished" displayed underneath the content. See also the div.unpublished declaration in the nodes.css. div.unpublished // Published comments .comment-published // A comment created by an anonymous user .comment-by-anon // A comment created by the node's author .comment-by-author // A comment created by the current user .comment-mine // "New" marker for comments that are new for the current user .new :color #c00 // Nested comments are indented .indented // Drupal core uses a 25px left margin // :margin-left 25px // Preview of the comment before submitting new or updated comment .preview .comment // Drupal core uses a #ffffea background // :background-color #ffffea
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bangpound-compass-drupal-zen-plugin-0.2.0 | d6_zen2/templates/project/comments.sass |