Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Applying a skin is the last step in building each page in uPortal, wrapping the layout with the color scheme and text styles. The user has the ability to change the skin of their portal in the preferences section. This change will take place instantly, and will not effect their layout.

Creating New Skins

New skins can easily be made and added to uPortal. Creating a new skin requires the following steps:

  1. Making a new or overriding the default Cascading Style Sheet (CSS) files
  2. Modifying the skin graphics
  3. Moving the new files into their appropriate folders and redeploying the portal

Creating a CSS File

uPortal uses a cascading style sheet to control the text fonts and styles, as well as the background color scheme information. Each skin uses a single style sheet for all of its styles. The styles defined in the new CSS will be translated into the look of the uPortal layout when that skin is chosen.

...