S2 CSS: Recent and Reading page ids and classes
From Dreamwidth Notes
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!
- 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.
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.