Cascading Style Sheet Rules

To customize the look-and-feel of your DivePort portal, you can add CSS rules to the DivePort skin includeCssFiles= property. By default, this property is empty, but you can add a comma-separated list of CSS files. For example:

includeCssFiles=my_css.css, css_file2.css

DivePort searches the DI/Solution/webdata/<diveport>/customizations/skincss folder and appends the specified CSS rules to the CSS file that DivePort sends to the browser. Because your customized CSS rules are located at the end of the file, they override the DivePort default rules.

The following examples are lines that you can add to your CSS file to make cosmetic changes to the DivePort interface.