User Tools

Site Tools


netweaver:runtime:css

css ids

<body>

The body element has an id of one of the following corresponding to the page type (home, topic, or end):

  • page-home
  • page-topic
  • page-end

<div>

Each division (

) has an id. The heirarchy of divisions, with the id of each:

  • page
    • kb
      • kb-header
      • kb-nav
    • topic
      • topic-header
      • topic-nav
      • topic-form
    • status
      • status-goals
      • status-intermediates
      • status-antecedents

other

Additionally the selected node in the status div has an id:

  • selected

css classes

  • nav-horizontal
  • nav-vertical

The following classes are applied to the status lists' items:

  • skipped
  • ignored
  • hasdata
  • nodata

For goals:

  • true
  • true-mostly
  • true-partly
  • undetermined
  • false-partly
  • false-mostly
  • false
  • datasatisfation-100
  • datasatisfation-75
  • datasatisfation-50
  • datasatisfation-25
  • datasatisfation-0