Layout Reference

Page layout

The tree below represents the structure of pages that is valid for all wikidot-powered sites. This reference should help all these who wish to develop custom CSS themes.

  • div#container
    • div#header
      • h1
        • a
          • span (with the name of the site)
      • h2 (if subtitle exists)
        • span (with the subtitle of the site)
      • div#top-bar (if top-bar navigation element exists)
      • div#login-status
      • div#header-extra-div-1 (extra divs for CSS design)
        • span
      • div#header-extra-div-2 (extra divs for CSS design)
        • span
      • div#header-extra-div-3 (extra divs for CSS design)
        • span
    • div#content-wrap
      • div#side-bar (if side-bar navigation element exists)
      • div#main-content
        • div#action-area-top
        • div#page-title
        • div#breadcrumbs
        • div#page-content (main content of the page)
        • div#page-info
        • div#page-options-bottom.page-options-bottom
        • div#page-options-bottom-2.page-options-bottom
        • div#action-area
    • div#footer
      • div.options
    • div#license-area
  • div#extra-div-1 (extra divs for CSS design)
    • span
  • div#extra-div-2
    • span
  • div#extra-div-3
    • span
  • div#extra-div-4
    • span
  • div#extra-div-5
    • span
  • div#extra-div-6

Forum structure

Forum elements are embedded within the div#page-content element. Only elements below this one are listed.

Forum start view (list of groups and categories)

  • div.forum-start-box
    • div.forum-group - for each of the groups (top-level forum structures)
      • div.head
        • div.title
        • div.description
      • div
        • table
          • tr.head - description of fields
            • td
            • td
            • td
            • td
          • tr - for each of categories in the group
            • td.name
              • div.title
              • div.description
            • td.threads
            • td.posts
            • td.last

Category view (list of threads)

Thread view


Bookmark and Share

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License