Using customized style sheets
You can add your own style sheet to override the rules defined in system style sheets. A customized style sheet can change the appearance of the application in the browser, including fonts, labels, colors (including background, text, and link colors), menu styles, button styles, and trim lines. For example, if you want an application to include your corporate standard for colors and fonts, use a customized style sheet to reflect your corporate styles.
In the following example, the colors for trim link text and trim link hover text have been changed from their default values in the ARSystem.css style sheet.
a.TrimLink {
text-decoration:underline;
color:navy;
}
a.TrimLink:hover {
color:#cccccc;
If you modify the installed ARSystem.css files in the installed locations, (see Default-style-sheets-provided-with-AR-System-server), the changes are applied to all applications running on that mid tier.
To associate the customized style sheet with a specific application only, save the style sheet to a directory accessible to the mid tier, for example, in the midTierInstallDir\resources directory tree. Refer to Applying-a-customized-style-sheet-to-a-web-application topic for the procedure to associate the style sheet to the application.