Difference between revisions of "S2 CSS: Recent and Reading page ids and classes"

From Dreamwidth Notes
Jump to: navigation, search
(fill out a little)
 
Line 1: Line 1:
 
{{Expand|text="We are working on expanding these pages!}}
 
{{Expand|text="We are working on expanding these pages!}}
  
== #entries ==
+
== <tt>#entries</tt> ==
  
* '''Affects:''' This is a block containing all the entries, within #primary
+
* '''Affects:''' This is a block containing all the entries, within <tt>#primary</tt>
 
* '''Views:''' Recent, Reading
 
* '''Views:''' Recent, Reading
 
* '''Other information:''' I thought at first that this would appear on any pages with multiple entries on them, which would seem to include the daily archive for days with multiple posts, but this is not in fact the case.  Recent and Reading only!
 
* '''Other information:''' I thought at first that this would appear on any pages with multiple entries on them, which would seem to include the daily archive for days with multiple posts, but this is not in fact the case.  Recent and Reading only!
  
=== .navigation ===
+
=== <tt>.navigation</tt> ===
  
 
* '''Affects:''' Links to Previous N/Next N
 
* '''Affects:''' Links to Previous N/Next N
Line 13: Line 13:
 
* '''Other information:'''
 
* '''Other information:'''
  
=== .entry-wrapper ===
+
=== <tt>.entry-wrapper</tt> ===
  
 
See [[S2 CSS: Entry ids and classes]] for a description of what an entry is composed of.
 
See [[S2 CSS: Entry ids and classes]] for a description of what an entry is composed of.
  
=== .navigation ===
+
=== <tt>.navigation</tt> ===
  
 
== Recent page ==
 
== Recent page ==

Latest revision as of 01:46, 27 April 2009

Expand: "We are working on expanding these pages!

#entries

  • Affects: This is a block containing all the entries, within #primary
  • Views: Recent, Reading
  • Other information: I thought at first that this would appear on any pages with multiple entries on them, which would seem to include the daily archive for days with multiple posts, but this is not in fact the case. Recent and Reading only!

.navigation

  • Affects: Links to Previous N/Next N
  • Views: Recent, Reading
  • Other information:

.entry-wrapper

See S2 CSS: Entry ids and classes for a description of what an entry is composed of.

.navigation

Recent page

The year view page has body.page-recent as its body class. Inside the div#primary is div#entries as described above.

Reading page

The year view page has body.page-read as its body class. Inside the div#primary is div#entries as described above.