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

From Dreamwidth Notes
Jump to: navigation, search
m (Style wide)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
* Have a different background image for each different page type ([[S2_CSS:_High_level_layout_ids_and_classes#Page_Type|page type classes]])
 
* Have a different background image for each different page type ([[S2_CSS:_High_level_layout_ids_and_classes#Page_Type|page type classes]])
 +
* Have several different layout types available ([[S2_CSS:_High_level_layout_ids_and_classes#Layout_Type|page layout classes]])
 +
* Do something with the layout depending on the login status of the user ([[S2_CSS:_High_level_layout_ids_and_classes#Logged_Status|login status classes]])
 +
* Do something with the layout depending on the subscription or access status of the user ([[S2_CSS:_High_level_layout_ids_and_classes#Subscription_and_Access_Type|subscription and access classes]])
 +
* Do something with a community layout depending on the subscription ([[S2_CSS:_High_level_layout_ids_and_classes#Membership_Type|membership classes]])
  
 
== Recent or Reading page ==
 
== Recent or Reading page ==
Line 13: Line 17:
 
* Alternate post stylings between even and odd posts ([[S2_CSS:_Entry_ids_and_classes#Even.2FOdd|even and odd entries]])
 
* Alternate post stylings between even and odd posts ([[S2_CSS:_Entry_ids_and_classes#Even.2FOdd|even and odd entries]])
  
== Comments ==
+
== Entry Pages and Comments ==
 +
 
 +
Some flairs for entries can be taken from the recent and reading page, but entry pages also give the opportunity to:
  
 
* 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>)
 +
 +
== Tag Page ==
 +
 +
* Style public, protected, group access, and private tags differently [[S2_CSS:_Tag_page_ids_and_classes#Visibility_classes|tag visibility classes]]
  
 
[[Category: Styles]]
 
[[Category: Styles]]

Latest revision as of 04:51, 28 May 2011

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

Style wide

Recent or Reading page

Entry Pages and Comments

Some flairs for entries can be taken from the recent and reading page, but entry pages also give the opportunity to:

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

Tag Page