Difference between revisions of "Style flairs you can do with core2 CSS classes"

From Dreamwidth Notes
Jump to: navigation, search
(Recent or Reading page)
Line 1: Line 1:
 +
This is just a fun list of things that can be done with [[S2 CSS]] classes.
 +
 
== Style wide ==
 
== Style wide ==
  
Line 8: Line 10:
 
* Make different styles for posts with different access levels. ([[S2_CSS:_Entry_ids_and_classes#Security|post security classes]])
 
* Make different styles for posts with different access levels. ([[S2_CSS:_Entry_ids_and_classes#Security|post security classes]])
 
* Highlight NSFW or age restricted content. ([[S2_CSS:_Entry_ids_and_classes#Adult_content|adult content classes]])
 
* Highlight NSFW or age restricted content. ([[S2_CSS:_Entry_ids_and_classes#Adult_content|adult content classes]])
 +
* Highlight posts made by the user ([[S2_CSS:_Entry_ids_and_classes#Journal_type_and_poster|journal type and poster]] -- note, best accomplished with some S2 in the CSS)
 +
* Alternate post stylings between even and odd posts ([[S2_CSS:_Entry_ids_and_classes#Even.2FOdd|even and odd entries]])
  
 
== Comments ==
 
== Comments ==
  
 
* Highlight comments from the user who made the post (<tt>.entry-author</tt>)
 
* Highlight comments from the user who made the post (<tt>.entry-author</tt>)
 
  
 
[[Category: Styles]]
 
[[Category: Styles]]

Revision as of 20:22, 1 September 2009

This is just a fun list of things that can be done with S2 CSS classes.

Style wide

Recent or Reading page

Comments

  • Highlight comments from the user who made the post (.entry-author)