3 6 6 Style Sheets

Web Functions Wizard

3.6.6 Style Sheets

When the presentation layout is built, if no style sheet exists for the current process, a default style sheet will be created which includes all classes used by objects generated from the Wizard.

The default style sheet is defined by copying the WIZARDX_STYLE component into the current processes style component. The process WIZARDX is shipped with the Web Functions Wizard and is defined as follows:

<!-- WIZARDX_STYLE Style sheet -->

<style type="text/css">

<!--

.rightmenu{font-weight: bold; color:#FFFFFF; text-decoration: none;}

.selrightmenu{font-weight: bold; color:#000000; text-decoration: none;}

.leftmenu{font-weight: bold; color:#FFFFFF; text-decoration: none;}

.selleftmenu{font-weight: bold; color:#000000; text-decoration: none;}

.hrzmenu{font-weight: bold; color:#FFFFFF; text-decoration: none;}

.selhrzmenu{font-weight: bold; color:#000000; text-decoration: none;}

-->

</style>