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

From Dreamwidth Notes
Jump to: navigation, search
(Took out entry specific stuff that will go on many pages)
(fill out a little)
Line 13: Line 13:
 
* '''Other information:'''
 
* '''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 <tt>body.page-recent</tt> as its body class.  Inside the <tt>div#primary</tt> is <tt>div#entries</tt> as described above.
 +
 +
== Reading page ==
 +
 +
The year view page has <tt>body.page-read</tt> as its body class.  Inside the <tt>div#primary</tt> is <tt>div#entries</tt> as described above.
  
 
[[Category: S2 CSS]]
 
[[Category: S2 CSS]]

Revision as of 21:59, 26 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.