Difference between revisions of "S2 CSS: Entry page ids and classes"
Foxfirefey (Talk | contribs) (→div#ljcmt$N) |
Foxfirefey (Talk | contribs) (→div#comments) |
||
Line 29: | Line 29: | ||
* '''Affects:''' The whole comments section of the page. This is right under the <tt>div.entry-wrapper</tt>. | * '''Affects:''' The whole comments section of the page. This is right under the <tt>div.entry-wrapper</tt>. | ||
− | == <tt>div | + | == <tt>div.comment-thread</tt> == |
+ | * comment-depth-odd -- An odd level comment in the thread. Threads start at odd. | ||
+ | * comment-depth-even -- An even level comment in the thread. Threads start at even. | ||
+ | * comment-depth-$N -- Where $N is the level depth of the comment. | ||
+ | |||
+ | == <tt>div#cmt$N</tt> === | ||
+ | = | ||
$N stands for the number of the comments. This isn't really all that useful for styling, it's more of a marker for browsers to be able to link to a certain comment. | $N stands for the number of the comments. This isn't really all that useful for styling, it's more of a marker for browsers to be able to link to a certain comment. | ||
Line 39: | Line 45: | ||
style='margin-left: 25px; margin-top: 5px' | style='margin-left: 25px; margin-top: 5px' | ||
− | === <tt>div.comment-wrapper</tt> === | + | ==== <tt>div.comment-wrapper</tt> ==== |
Different classes: | Different classes: | ||
Line 55: | Line 61: | ||
* <tt>.entry-author</tt> -- This comment was made by the entry's author. | * <tt>.entry-author</tt> -- This comment was made by the entry's author. | ||
− | ==== <tt>div.separator</tt>, with <tt>div.separator-before</tt> and <tt>div.separator-after</tt> ==== | + | ===== <tt>div.separator</tt>, with <tt>div.separator-before</tt> and <tt>div.separator-after</tt> ===== |
These separator divs come before and after comment content. | These separator divs come before and after comment content. | ||
Line 61: | Line 67: | ||
These divs have an <tt>.inner</tt> div, too. | These divs have an <tt>.inner</tt> div, too. | ||
− | ==== <tt>div.comment</tt> ==== | + | ===== <tt>div.comment</tt> ===== |
− | == <tt>div.bottomcomment</tt> == | + | === <tt>div.bottomcomment</tt> === |
− | === <tt>ul.entry-management-links</tt> === | + | ==== <tt>ul.entry-management-links</tt> ==== |
− | === <tt>ul.entry-interaction-links</tt> === | + | ==== <tt>ul.entry-interaction-links</tt> ==== |
= Inside <tt>div.comment</tt> = | = Inside <tt>div.comment</tt> = |
Revision as of 20:22, 1 September 2009
In addition to the entry stuff described in S2 CSS: Entry ids and classes, these additional classes are found only on the entry page. They mostly apply to the display of comments.
The entry page has body.page-entry as its body class.
Changes from normal entry classes
The bottom is a bit different from that described in S2 CSS: Entry ids and classes:
div.tag
ul.entry-management-links
hr.above-entry-interaction-links
ul.entry-interaction-links
hr.below-entry-interaction-links
hr.below-reply-container
div#comments
has div.inner
- Affects: The whole comments section of the page. This is right under the div.entry-wrapper.
div.comment-thread
- comment-depth-odd -- An odd level comment in the thread. Threads start at odd.
- comment-depth-even -- An even level comment in the thread. Threads start at even.
- comment-depth-$N -- Where $N is the level depth of the comment.
div#cmt$N =
= $N stands for the number of the comments. This isn't really all that useful for styling, it's more of a marker for browsers to be able to link to a certain comment.
Has inline style of:
style='margin-left: 25px; margin-top: 5px'
div.comment-wrapper
Different classes:
- .comment-wrapper-odd -- An odd numbered comment for comments on that level in the thread.
- .comment-wrapper-even -- An even numbered comment for comments on that level in the thread.
- .visible -- This comment is visible.
- .deleted -- This comment is deleted.
- .screened -- This comment is screened.
- .poster-$USER -- This comment was made by $USER
- .full
- .partial
- .no-userpic -- This comment doesn't have an icon.
- .has-userpic -- This comment has an icon.
- .entry-author -- This comment was made by the entry's author.
div.separator, with div.separator-before and div.separator-after
These separator divs come before and after comment content.
These divs have an .inner div, too.
div.comment
div.bottomcomment
ul.entry-management-links
ul.entry-interaction-links
Inside div.comment
has .inner
div.header
div.comment-title
span.datetime
div.contents
has .inner
div.userpic
span.poster and span.comment-poster
span.ljuser
div.comment-content
has .inner
span.multiform-checkbox
ul.comment-management-links
The links/buttons for managing comments: delete/screen/freeze/track/etc
- li.link
- li.delete_comment
- li.screen_comment
- li.freeze_thread
- li.watch_thread
ul.comment-interaction-links
The text links to reply/parent/thread on a given topic
- li.link
- li.reply
- li.thread