Difference between revisions of "S2 CSS: Archive pages ids and classes"

From Dreamwidth Notes
Jump to: navigation, search
(start of year page)
 
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
The year view page has <tt>body.page-archive</tt> as its body class.  Inside the <tt>div#primary</tt>:
 
The year view page has <tt>body.page-archive</tt> as its body class.  Inside the <tt>div#primary</tt>:
  
== div#archive-year ==
+
== <tt>div#archive-year</tt> ==
  
has .inner
+
This div has an <tt>.inner</tt> div.
  
=== div.navigation ===
+
=== <tt>div.navigation</tt> ===
  
has .inner
+
This div has an <tt>.inner</tt> div.
  
=== div.year ===
+
Contains a &lt;ul&gt; that can have many items, as it lists each year that contains posts posts.
  
has .inner
+
=== <tt>div.year</tt> ===
  
==== div.month-wrapper ====
+
This div has an <tt>.inner</tt> div.
  
has .inner
+
==== <tt>div.month-wrapper</tt> ====
  
== Inside div.month-wrapper ==
+
This div has an <tt>.inner</tt> div.
  
=== div.separator / div.separator-pre ===
+
== Inside <tt>div.month-wrapper</tt> ==
  
{{Warn|text=separator-pre might change to separator-after}}
+
=== <tt>div.separator</tt> / <tt>div.separator-before</tt> ===
  
has .inner
+
This div has an <tt>.inner</tt> div.
  
=== div.month ===
+
=== <tt>div.month</tt> ===
  
has .inner
+
This div has an <tt>.inner</tt> div.
  
==== div.header ====
+
==== <tt>div.header</tt> ====
  
==== div.contents ====
+
==== <tt>div.contents</tt> ====
  
has .inner
+
This div has an <tt>.inner</tt> div.
  
==== div.footer ====
+
==== <tt>div.footer</tt> ====
  
has .inner
+
This div has an <tt>.inner</tt> div.
  
==== div.separator / div.separator-post ====
+
==== <tt>div.separator</tt> / <tt>div.separator-after</tt> ====
  
{{Warn|text=separator-post might change to separator-after}}
+
== Inside <tt>div.month</tt> <tt>div.contents</tt> ==
  
== Inside div.month div.contents ==
+
=== <tt>td</tt> ===
  
=== td ===
+
* <tt>.day-empty</tt>
 +
* <tt>.day</tt>
 +
* <tt>.day-has-entries</tt>
  
* .day-empty
+
==== <tt>span.label</tt> ====
* .day
+
* .day-has-entries
+
  
==== span.label ====
+
= Month view =
  
== Month view ==
+
The month view page has <tt>body.page-month</tt> as its body class.  Inside the <tt>div#primary</tt>:
  
== Day view ==
+
== <tt>div#archive-month</tt> ==
 +
 
 +
This div has an <tt>.inner</tt> div.
 +
 
 +
=== <tt>div.navigation</tt> ===
 +
 
 +
This div has an <tt>.inner</tt> div.
 +
 
 +
=== <tt>div.month</tt> ===
 +
 
 +
This div has an <tt>.inner</tt> div.
 +
 
 +
=== <tt>div.navigation</tt> ===
 +
 
 +
There's a navigation section after the month &lt;div&gt; as well.
 +
 
 +
== Inside <tt>div.month</tt> ==
 +
 
 +
=== <tt>span.datetime</tt> ===
 +
 
 +
==== <tt>span.time</tt> ====
 +
 
 +
=== <tt>span.poster</tt> and <tt>span.entry-poster</tt> ===
 +
 
 +
=== <tt>span.trust-filter</tt> ===
 +
 
 +
=== <tt>span.entry-title</tt> ===
 +
 
 +
=== <tt>div.tag</tt> ===
 +
 
 +
==== <tt>span.tag-text</tt> ====
 +
 
 +
= Day view =
 +
 
 +
The day view page has <tt>body.page-day</tt> as its body class.  Inside the <tt>div#primary</tt>:
 +
 
 +
== <tt>div#archive-day</tt> ==
 +
 
 +
This div has an <tt>.inner</tt> div.
 +
 
 +
=== <tt>div.navigation</tt> ===
 +
 
 +
This div has an <tt>.inner</tt> div.
 +
 
 +
==== <tt>li.page-back</tt> ====
 +
 
 +
Contains a text link to go back in time, that is, to earlier entries.
 +
 
 +
==== <tt>li.page-forward</tt> ====
 +
 
 +
Contains a text link to go forward in time, that is, to later entries.
 +
 
 +
=== <tt>div.day</tt> ===
 +
 
 +
This div has an <tt>.inner</tt> div.
 +
 
 +
==== .<tt>entry-wrapper</tt> ====
 +
 
 +
=== <tt>div.navigation</tt> ===
 +
 
 +
[[Category: S2 CSS]]

Latest revision as of 21:44, 31 August 2009

Year view

The year view page has body.page-archive as its body class. Inside the div#primary:

div#archive-year

This div has an .inner div.

div.navigation

This div has an .inner div.

Contains a <ul> that can have many items, as it lists each year that contains posts posts.

div.year

This div has an .inner div.

div.month-wrapper

This div has an .inner div.

Inside div.month-wrapper

div.separator / div.separator-before

This div has an .inner div.

div.month

This div has an .inner div.

div.header

div.contents

This div has an .inner div.

div.footer

This div has an .inner div.

div.separator / div.separator-after

Inside div.month div.contents

td

  • .day-empty
  • .day
  • .day-has-entries

span.label

Month view

The month view page has body.page-month as its body class. Inside the div#primary:

div#archive-month

This div has an .inner div.

div.navigation

This div has an .inner div.

div.month

This div has an .inner div.

div.navigation

There's a navigation section after the month <div> as well.

Inside div.month

span.datetime

span.time

span.poster and span.entry-poster

span.trust-filter

span.entry-title

div.tag

span.tag-text

Day view

The day view page has body.page-day as its body class. Inside the div#primary:

div#archive-day

This div has an .inner div.

div.navigation

This div has an .inner div.

li.page-back

Contains a text link to go back in time, that is, to earlier entries.

li.page-forward

Contains a text link to go forward in time, that is, to later entries.

div.day

This div has an .inner div.

.entry-wrapper

div.navigation