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

From Dreamwidth Notes
Jump to: navigation, search
(Created page with '== Style wide == * Have a different background image for each different page type (page type classes) == Recent or Readi…')
 
(Recent or Reading page)
Line 5: Line 5:
 
== Recent or Reading page ==
 
== Recent or Reading page ==
  
* Make different styles for posts from personal journals, communities, or feeds on the reading page ([[S2_CSS:_Entry_ids_and_classes#Journal_type_and_poster|journal type for entry]])
+
* Make different styles for posts from personal journals, communities, or feeds on the reading page ([[S2_CSS:_Entry_ids_and_classes#Journal_type_and_poster|journal type classes for entry]])
* Make different styles for posts with different access levels. (<code>.security-public</code>, <code>.security-protected</code>, <code>.security-custom</code> or <code>.security-private</code>
+
* Make different styles for posts with different access levels. ([[S2_CSS:_Entry_ids_and_classes#Security|post security classes]])
* Highlight NSFW (<code>.restrictions-nsfw</code>) or age restricted (<code>.restrictions-18</code>) content.
+
* Highlight NSFW or age restricted content. ([[S2_CSS:_Entry_ids_and_classes#Adult_content|adult content classes]])
  
 
== Comments ==
 
== Comments ==

Revision as of 21:06, 29 August 2009

Style wide

Recent or Reading page

Comments

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