Each style element specifies a cascading style sheet that can be used in the portal.

Attributes

name

required

version

optional

author

optional

Subelements

Element

Description/Example

<description>

An optional description of the style.

<description>
Stock quote gear
</description>

<cascading-style-sheet>

Specifies the location of a cascading stylesheet used by the style.

<cascading-style-sheet>
/css/default.css
</cascading-style-sheet>

<servlet-context>

Specifies the servlet-context for the style.

<servlet-context>
/portal/layoutTemplates
</servlet-context>

Style Example
<styles>
  <style name="Default" version="1.0" author="">
    <description>
    Default Stylesheet
    </description>
    <servlet-context>
    /portal/layoutTemplates
    </servlet-context>
    <cascading-style-sheet>
    /css/default.css
    </cascading-style-sheet>
  </style>
</styles>
 
loading table of contents...