Styling cheatsheet

From TempusServa wiki
Revision as of 10:36, 6 March 2013 by old>Admin (→‎Item mode)
Jump to navigation Jump to search

Shared page styling

All pages are structured in the following CSS class structure

  • TempusServaPage (root)
    • menuList
      • menuItem
    • [tableForm|tableList|tableMaster] (content type)
      • ...

Content can easily be wrapped around the "TempusServaPage" by use of wrappers

Command bases styling

Menu mode

Simple / Standard

Advanced / Accordion

List mode

Item mode

...

  • tableForm
    • tbody [repeat]
      • fieldLabel
      • fieldValue
      • fieldNotes


class content id
PAGE_[field PageID] Container for a single field
* FieldLabel Label for field NB_[system fieldname]
* FieldValue Value of field / Input for field VB_[system fieldname]

Other element styling