Layout Diagrams
These need updating to the new structures 11/10/2011.
- Chrome
- Login Block
- Blurb
- Work view
- Work meta
- Comments
Chrome
- body
- div #outer .wrapper
- div #header
- #login-block diagram
- h1 a
- h3 .landmark
- ul .navigation
- li a
- li span .current
- li .search
- form .search #search
- fieldset
- legend
- p input [text] #site_search input [submit]
- div .clear
- div #inner .wrapper
- div #dashboard
- h3
- ul .navigation
- li a
- div #main .dashboard (when present)
- h2
- ul .navigation
- li a
- individual page content
- div #footer
- h3 .landmark
- ul .navigation
- li entity — a
Blurb
The blurb is discussed in detail.
- h3 .landmark
- ol .work .index
- li .work .blurb
- div .header .module
- h4 a [title] by a .author
- h5 a .tag [fandom]
- ul .required-tags
- li a .symbol span .rating span
- li a .symbol span .rating span
- li a .symbol span .rating span
- li a .symbol span .rating span
- p .datetime
- h6 .landmark
- ul .tags
- li .warnings strong a .tag
- li a .tag
- h6 .landmark
- blockquote .summary .userstuff
- dl .stats
- dt
- dd
- li .work .blurb ...
Work view
The work view is pretty similiar to the post new work form.
- #main .works-show
- h3 .landmark
- ul .navigation
- li a
- div .wrapper
- dl .work .meta
- .meta diagram
- div .preface
- h2 .title
- h3 .byline
- div .summary .module
- h3
- blockquote .userstuff
- div .notes .module
- h3
- blockquote .userstuff
- div #chapters .userstuff
(This is where the work is shown.)
- div #feedback
- h3 .landmark
- ul .navigation
- li a
- div #comments_placeholder
- .comment diagram
Work meta is a simple definition list. We've generalised to the design pattern meta. It's used at the start of a page and contains all the metadata we hold on that object (collection, series, work, user, etc).
- div .wrapper
- dl .work .meta
- dt .rating
- dd .rating
- ul
- li a .tag
- dt .warning
- dd .warning
- ul
- li a .tag
- dt .category
- dd .category
- ul
- li a .tag
- dt .fandom
- dd .fandom
- ul
- li a .tag
- dt .relationship
- dd .relationship
- ul
- li a .tag
- dt .character
- dd .character
- ul
- li a .tag
- dt .freeform
- dd .freeform
- ul
- li a .tag
- dt .stats
- dd .stats
- dl
- dt
- dd
- div .clear