Kuali Student Design Guide
0.1.1

Page Title atom

Page titles

Example

UI

Main Page Title

Support Page Title

HTML
<h1 class="ks-PageTitle ks-PageTitle--main">Main Page Title</h1>
<h2 class="ks-PageTitle ks-PageTitle--support">Support Page Title</h2>
CSS
.ks-PageTitle {
  font-weight: normal;

  &--main {
    //color: purple;
  }

  &--support {
    //color: blue;
  }
}

Wording

The page title communicates two tiers of information: view object or task (always required), and its context. The nature of the titles should match the screen types. For example, Inquiry and Portal screen types should have object-based titles; whereas, Maintenance, Transactional, and Lookup screen types should have task-based titles.

Main page title

This can be worded as either a task or an object to best reflect the user’s most likely mental map of the web page content. Note the following:

Support page title

Describes the context of use for the current page as an object. Note the following:

Capitalization (title case)

Capitalize every word except articles (a, an, the), coordinating conjunctions (and, or), and prepositions of four or fewer letters, except when part of a verb phrase, such as Starting Up the Computer. Always capitalize the first and last word, even if it is an article, a conjunction, or a preposition of four or fewer letters.