As described in the Browser Look-And-Feel (BLAF) guidelines for branding on the Oracle Technology Network (OTN), every OA Framework page reserves the upper left-hand corner for one of the following:
All OA Framework pages must provide basic branding support. In-context branding may be used in cases where there is a specific need.
Basic branding includes the display of corporate (for example, "Oracle") and product brand names. It displays the product branding as text drawn from one of several possible sources. The global buttons are displayed as text links only. It supports a regular layout style, as in the following example.
Basic branding (corresponds to BLAF "Regular" layout)
Every page contains a corporateBranding page element that has an Oracle corporate image file assigned to it. That image file is /OA_MEDIA/FNDSSCORP.gif, which contains the Oracle corporate image. You can change the corporate branding image that appears on your pages in one of two ways:
Warning: Do not attempt to globally override the corporate branding image by renaming your custom corporate branding image file as /OA_MEDIA/FNDSSCORP.gif. This would result in distortion of your corporate image. When a page is rendered, OA Framework checks whether a value is set for the profile option Corporate Branding Image for Oracle Applications. If no value is set, it renders /OA_MEDIA/FNDSSCORP.gif as the corporate branding image and sets the image area size to 134 x 23 (which is the actual size of the image in FNDSSCORP.gif). If this profile option has a value set, it renders the content of the specified image file without specifying an image area size since the image size is as yet, unknown.
The product branding is derived in one of three possible ways:
The in-context brand includes the corporate and product brand images. Additionally, contextual information renders below the corporate and product information, as shown in the following example.
Example of In-Context Branding
Note: This style of branding is intended to be used only for cases where the user makes a contextual selection when starting work that remains unchanged for the life of the application or task.
To personalize in-context branding, create an administrative-level personalization for the page that sets the Text property on the productBranding: formattedText page element to the product name you want to display. Then set the Text property on the inContextBranding: formattedText page element to the context you wish to display. For example, the Text property of the inContextBranding: formattedText page element displayed in the preceding example is "Customer Company A - North America".
A theme determines how Oracle Application Framework pages will look. You can choose a shipped theme or create your own using the Theme Editor feature.
Introduced in Release 12.2.7, the Theme Editor for Oracle E-Business Suite is a lightweight UI-driven tool that enables easy customization of OAF applications' look and feel.
The Theme Editor reduces the personalization skills and efforts needed to customize the look and feel of Oracle E-Business Suite. For example, users with little or no knowledge of cascading style sheets (CSS) will still be able to create and edit themes that suit the needs of their specific installations. A further benefit of the Theme Editor is that customized themes created using it can be applied on-the-fly, without requiring a restart of the application services.
To use the Theme Editor, you must have the Functional Administrator responsibility.
Themes are reflected in pages built with Oracle Application Framework and also in pages built with other underlying technologies in the following products:
In the following products, pages use an underlying technology for which themes are not supported. Therefore, themes are not reflected in the following:
Themes in Oracle E-Business Suite can be used to specify the following properties for a page, to provide a distinctive theme:
The following figure illustrates examples of where the properties can be applied:
Examples of Elements Using Customizable Theme Properties
Note that themes you create in this way do not affect the following page elements:
You can search by Theme Name or Source. For Source, the options are Oracle (shipped with Oracle E-Business Suite), Custom (customer-created), or All (leave the field blank).
Themes Search with Oracle Source
To preview an existing theme, click the Preview icon for the theme.
Create Theme Page
To create a new theme:
You can also enter a color hex code directly into a field.
Choose colors for the following properties:
Note that if you leave a field blank, the Alta color scheme is used for that field.
To implement your new theme, activate it as described below.
From the results table on the Themes page, click the Update icon for the theme you wish to update. You can then make your updates in the Edit Theme page.
From the results table on the Themes page, click the Duplicate icon for the theme you wish to copy. The Create Theme page will display from which you can edit the copy of the original theme.
Click the Delete icon for the theme you wish to delete. Deleting an active theme restores the default Alta Look-and-Feel.
Note: You cannot delete the Oracle seeded themes.
To activate a theme for your instance, select the theme name and click the Activate Theme button. A flag icon will appear next to the theme name.
Activated Dark Gray Theme with Flag Indicator
Oracle Application Framework application pages will then apply this theme's styles.
Note: Refer to the overview of this section for a list of exceptions.
The theme name will be saved in profile FND: User Theme (FND_USER_THEME). This profile value can also be set at the site, application, responsibility, or user level, as described below.
To deactivate a theme, use the Deactivate Theme button. The default Alta Look-and-Feel is restored.
While you can activate a theme to be the default for Oracle Application Framework pages using the Themes page, you can also choose to override this choice on the site, application, responsibility, or user level using the FND: User Theme (FND_USER_THEME) profile.
Also, users can view and update this profile, so they can select which pre-defined themes to use.
For example, a user can:
Note that for the user to see the updated theme, the profile option cache must be cleared by a system administrator. To do this, navigate to the Functional Administrator (seeded responsibility) > Core Services > Caching Framework, select the cache object 'PROFILE_OPTION_VALUE_CACHE' , and click the Clear Cache button.
After the profile option cache is cleared, the user can log in and see the new theme.
Oracle E-Business Suite includes the following ready-to-use themes:
If the capabilities offered by the Theme Editor are insufficient for all your needs, you can customize more extensively using the Customizing Look-and-Feel (CLAF) feature, as described in the next section.
Oracle E-Business Suite applications are currently shipped with Oracle's corporate Browser Look-and-Feel (BLAF), which supplies a rich set of components for web-based applications. Although OA Personalization Framework provides you with the ability to change the look of a page by changing user interface (UI) component properties, adding UI components, and so on, it does not allow you to create and apply an entirely new Look-and-Feel to an application.
The Customizing Look-and-Feel (CLAF) feature addresses this issue by providing a self-service based UI to modify the Look-and-Feel of an application. The feature enhances OA Personalization Framework by allowing personalization administrators to:
UIX currently provides OA Framework with the following LAFs, which can be used directly in web applications:
You can build custom LAFs by extending Base LAF, Simple LAF, or another custom LAF.
Note: You cannot extend BLAF or MLAF.
A Look-and-Feel is defined by three major components: style sheets (XSS), icons, and renderers.
A style sheet document (.xss extension) lists the styles for the Look-and-Feel. Styles control the color and font of HTML components. For a complete discussion of style sheets and styles, please refer to the Style Sheets topic in this chapter. Style sheets are located in /OA_HTML/cabo/styles.
See also the list of global styles provided by UIX later in this chapter.
Some web beans are composed of one or more icons that control the web bean's Look-and-Feel. Icons are identified by a name. For example, the Hide/Show web bean consists of the "disclosed" icon. Icons are present in the LAF configuration file. For additional information, refer to the Icons topic in this chapter.
A renderer controls how a web bean lays out its children and generates HTML. If the layout of the LAF you wish to create is different from the standard layout provided by Oracle, you will have to write new renderers for those components that differ in their layout. You define renderers declaratively as templates (.uit extension). Following is an example template definition for a sidebar component:
You should have one template renderer for each component that has a custom layout. The section between the
Important: You can use a template renderer to customize the layout of some - but not all - components. Following is a list of the components with customizable layouts:
When you define a new Look-and-Feel, you can also alter the layout of its inherited Look-and-Feel, thereby creating what is called a custom skin. To complete the creation of a custom skin, you must register any custom renderers, custom facet renders, and custom icons for that skin, on your custom Look-and-Feel using the Customizing Look-and-Feel UI.
Note: A facet is an optimized variation of a LAF, usually created for a specific output medium. For example, a printable version of a page can be implemented as a facet by excluding superfluous navigation and personalization controls that are not necessary for printed output.
The following code is an example of content in a LAF extension XML that defines a new skin. This example represents a LAF identified by a family called customlaf . Since it extends the simple.desktop LAF, it inherits all the styles from the UIX Simple Look-and-Feel (SLAF). This custom LAF overrides the renderer for page layout by providing its own template-based renderer for page layout. It also provides a custom printable facet page layout renderer (which is initiated to render the page when you run the page in printable page mode) and some custom icons.
The Customizing Look-and-Feel feature provides a self-service user interface that allows you to create a new Look-and-Feel, as well as update an existing Look-and-Feel. It does not, however, provide a user interface to create custom template renderers. You must first create/write any custom template renderers that you require before you can create the look and feel.
Prerequisites
Important: To ensure that your template renderer registers properly, make sure the new LAF you create has the same LAF name as the folder you created in the second step.
To update an already registered template renderer, first replace the old .uit file with your new modified version of the .uit file. Next, proceed to the Accessing the CLAF UI and Updating a LAF sections. Make sure you replace .uit in the appropriate folder.
The Customizing Look-and-Feel user interface can be accessed in one of two ways:
When you select the Customize Look and Feel icon in the HGrid for a specific page element, you navigate to the second page of the CLAF UI (Customize Styles and Icons ) for that page element.
Aside from creating custom template renderers yourself, the CLAF UI provides all the other features needed to create a new look and feel. The UI allows you to:
The following steps outline how to create a new custom LAF or skin using the CLAF user interface:
Note: You cannot extend the Oracle corporate BLAF (Browser Look-and-Feel) or the MLAF (Minimal Look-and-Feel).
Note: You cannot directly update an included style. To replace an included style, delete the existing one, then add a new one using the Add Property button.
Expanded detail region of the DarkAccentBorder global named style.
Expanded detail region of the global required icon.
You can also use the CLAF UI to update an existing Look-and-Feel. The UI allows you to:
The following steps outline how to update a LAF or skin using the CLAF user interface:
You can use the CLAF UI to delete an existing custom Look-and-Feel.
To delete a custom Look-and-Feel:
The following naming and directory standards must be followed:
The following tables list description of the global styles that are provided by UIX.
Alignment Styles | Description |
---|---|
CenterTextAlign | Sets the text-align property to "center" regardless of the reading direction. |
RightTextAlign | Sets the text-align property to "right" regardless of the reading direction. |
LeftTextAlign | Sets the text-align property to "left" regardless of the reading direction. |
EndTextAlign | Sets the text-align property to "right" for left-to-right reading direction and "left" for right-to-left reading direction. |
StartTextAlign | Sets the text-align property to "left" for left-to-right reading direction and "right" for right-to-left reading direction. |
Color Style | Description |
---|---|
LightAccentBorder | The lightest border color in the accent color ramp. |
MediumAccentBorder | A slightly lighter border color in the accent color ramp. |
VeryDarkAccentBorder | The darkest border color in the accent color ramp. |
DarkAccentBorder | The primary border color in the accent color ramp. |
LightBorder | The lightest border color in the core color ramp. |
MediumBorder | A slightly lighter border color in the core color ramp. |
VeryDarkBorder | The darkest border color in the core color ramp. |
DarkBorder | The primary border color in the core color ramp. |
DisabledLinkForeground | The default foreground color for disabled links. |
VisitedLinkForeground | The default foreground color for visited links. |
ActiveLinkForeground | The default foreground color for active links. |
LinkForeground | The default foreground color for inactive, unvisited links. |
ErrorTextForeground | The foreground color for error text (red). |
SelectedTextForeground | The foreground color for selected/highlighted text, or text which is drawn on a dark background. |
TextForeground | The default text foreground color (black). See the Color Styles section in the Style Sheets topic for more information. |
LightAccentForeground | The lightest foreground color in the accent color ramp. This value is computed relative to the DarkAccentForeground color. |
MediumAccentForeground | A slightly lighter foreground color in the accent color ramp. This value is computed relative to the DarkAccentForeground color. |
VeryDarkAccentForeground | The darkest foreground color in the accent color ramp. This value is computed relative to the DarkAccentForeground color. |
DarkAccentForeground | The primary foreground color in the accent color ramp. |
LightForeground | The lightest foreground color in the core color ramp. This value is computed relative to the DarkForeground color. |
MediumForeground | A slightly lighter foreground color in the core color ramp. This value is computed relative to the DarkForeground color. |
VeryDarkForeground | The darkest foreground color in the core color ramp. This value is computed relative to the DarkForeground color. |
DarkForeground | The primary foreground color in the core color ramp. |
TextBackground | The default text background color (white). See the Color Styles section in the Style Sheets topic for more information. |
LightAccentBackground | The lightest background color in the accent color ramp. This value is computed relative to the DarkAccentBackground color. |
MediumAccentBackground | A slightly lighter background color in the accent color ramp. This value is computed relative to the DarkAccentBackground color. |
VeryDarkAccentBackground | The darkest background color in the accent color ramp. This value is computed relative to the DarkAccentBackground color. |
DarkAccentBackground | The primary background color in the accent color ramp. Also known as the Accent background color. See the Color Styles section in the Style Sheets topic for more information. |
LightBackground | The lightest background color in the core color ramp. This value is computed relative to the DarkBackground color. |
MediumBackground | A slightly lighter background color in the core color ramp. This value is computed relative to the DarkBackground color. |
VeryDarkBackground | The darkest background color in the core color ramp. This value is computed relative to the DarkBackground color. |
DarkBackground | The primary background color in the core color ramp. Also known as the Core background color. See the Color Styles section in the Style Sheets topic for more information. |
Font Style | Description |
---|---|
VeryLargeFont | A very large version of the default font. See the Font Size Styles section and the Font Size Styles for Microsoft Internet Explorer section in the Style Sheets topic for more information. |
LargeFont | A large version of the default font. See the Font Size Styles section and the Font Size Styles for Microsoft Internet Explorer section in the Style Sheets topic for more information. |
MediumFont | A version of the default font which is slightly larger than the default size. This is used for medium sized text, such as level 2 headers. See the Font Size Styles section and the Font Size Styles for Microsoft Internet Explorer section in the Style Sheets topic for more information. |
SmallFont | A small version of the default font. This style is used for text which is slightly smaller than the default, such as breadCrumb links. See the Font Size Styles section and the Font Size Styles for Microsoft Internet Explorer section in the Style Sheets topic for more information. |
VerySmallFont | A very small version of the default font. This style is used for very small text such as inline messages, and copyright and privacy messages. See the Font Size Styles section and the Font Size Styles for Microsoft Internet Explorer section in the Style Sheets topic for more information. |
DefaultBoldFont | A bold version of the default font. |
DefaultFont | Specifies the default font for the Look-and-Feel. This style defines both the default font family (as specified by the DefaultFontFamily named style) and the default font size. See the Font Size Styles section and the Font Size Styles for Microsoft Internet Explorer section in the Style Sheets topic for more information. |
DefaultFontFamily | Specifies the default font family list ("font-family" property) for the Look-and-Feel. See the Font Styles section in the Style Sheets topic for more information. |
The following is a list of components whose Look-and-Feel may be customized using the CLAF UI:
Note: If a side navigation menu is created by adding functions with prompts to an HTML Sub Tab menu instead of an HTML sideBar menu, any look-and-feel changes using the CLAF tool on the sideBar component will not be supported on the menu.
See a summary of key CLAF issues with suggested workarounds if available.
The Personalization FAQ includes a number of entries that cover Customizing Look-and-Feel issues.
For a detailed discussion of icons, refer to the BLAF Icon Specifications on the Oracle Technology Network (OTN).
If you need to develop new icons to support your customizations, refer to Icons in BLAF Applications and the BLAF Icon Naming Strategy on OTN.
You may also want to look at the Icon Repository for BLAF on OTN to find the base templates that were used to create icons.
Icons are stored as gif image files in the OA_MEDIA directory. You can change the image of an icon in one of two ways:
For a detailed discussion of menus, responsibilities and other Oracle E-Business Suite security issues, refer to the "Oracle Application Object Library Security" chapter of the Oracle E-Business Suite Security Guide.
For a detailed discussion of menus in OA Framework pages, refer to "Menus" in the "Implementing the View" section of the OA Framework Developer's Guide.
Using the Oracle E-Business Suite Responsibilities screen, you can modify seeded responsibilities or define new ones to create the menu structure and business flows that match your business roles and requirements.
Menus serve two major purposes in the Oracle E-Business Suite:
For a detailed discussion of the Message Dictionary, refer to the Oracle E-Business Suite Developer's Guide. Also, the Oracle E-Business Suite User Interface Standards for Forms-Based Products guide has a nice summary of using messages, and contains useful general rules.
You can change messages for OA Framework-based applications in the same way that you change messages for Forms-based applications. If you wish to personalize an error message or other long text, such as a long tip message, you can edit the message in which the error message or long text is stored. To identify the name of the message used for a long tip on a given page, navigate to the Personalize page in the Admin-level Personalization UI to identify the values set for the Tip Message Name and Tip Message Appl Short Name properties.
Lookup codes which define the display values primarily seen in poplists are handled in OA Framework-based applications the same way that they are handled in Forms-based applications. You can use the Oracle E-Business Suite Lookups page to update or define new lookups and lookup codes. For further information, refer to the online help for the Lookups page. The lookups data is stored in the FND_LOOKUPS table, and you may extract the lookups from there.
OA Personalization Framework uses custom style sheets (.xss files) to specify and manage the visual styles of the Look-and-Feel of applications built with OA Framework. One of the goals of custom style sheets is to allow presentation styles, such as fonts and colors, to be separated from the HTML content to which the styles are applied. This enables you to maintain a consistent Look-and-Feel for the application, yet manage the customizations of styles for different target audiences.
The custom style sheets employ XML Style Sheets (XSS) language, a language that is based on Cascading Style Sheets (CSS), but is designed for easy extraction of style information.
Style sheets are associated with a specific Look-and-Feel that you can create or update using the Customizing Look-and-Feel (CLAF) user interface. Creating a custom Look-and-Feel is also referred to as creating a new skin. With the CLAF UI, you do not need to create or modify custom style sheets directly to alter the styles in your Look-and-Feel. Instead, you use the CLAF UI to create or modify a custom Look-and-Feel (LAF) and modify the styles for that custom LAF.
Some of the benefits of the CLAF UI include:
Although you do not have to work with XSS style sheets directly, the content of this document provides important information about the concepts of XSS that you should know before you start modifying styles in the CLAF UI.
The BLAF (Browser Look-and-Feel) style sheet (blaf.xss) defines Oracle's corporate Look-and-Feel for HTML applications.
Note: You cannot extend BLAF or MLAF.
An XSS (stylesheet) document consists of a set of style sheets, each of which defines a set of visual styles to be applied to the Look-and-Feel of a web page. Styles control two key aspects of HTML components - color and font. Following is an example of a base style sheet document:
styleSheetDocument xmlns="http://xmlns.example.com/uix/style" version="2.0">
Each style sheet is defined with a element. You can designate which end-user environment to apply a style sheet to by assigning attributes, also called "variants", to the element. XSS supports the following five variants:
A style sheet that contains no variant attributes is known as a base style sheet. The following example shows a style sheet that defines styles for Internet Explorer users in the Japanese locale:
Each element contains one or more elements. In general, a style element is identified by a name and a set of one or more properties as shown below:
A property is identified by a name and a value. It defines a facet for the style (for example, font size for a particular font style) and is a CSS property. Generally, an XSS document would have about 100-250 style definitions. Each XSS style definition can use from 1 to 5 CSS properties. There are about 100 valid CSS properties available in all. These properties are listed in the W3C CSS Reference.
Styles are classified into two types:
Often, many style definitions share common properties, such as a base font or standard background color. In XSS, you can define a named style for such common properties, which can then be referenced by other named styles or selectors in the XSS document. This ability to include a named style allows you to make and maintain simple and concise customizations to the style sheets.
For example, the "DefaultFont" named style below defines the font and font size for two other styles, each of which reference the "DefaultFont" using the element.
Arial 10pt
A element can also be identified by a selector, which associates the style with a particular web bean or set of web beans in a HTML document. Selectors are defined by a list of properties and can also reference other named styles using the element. The following example shows the style definition for the HTML OraFieldText element:
#000000
In this example, the selector ".OraFieldText" indicates that the properties defined by this style should be applied to any HTML element with a class attribute value of OraFieldText . The style itself is a black Default Font (Arial 10pt) text.
As mentioned above, you can use the element in your style definition to include all the properties from another style in your style definition. You can also use the element to include only a specific property of another style in your style definition. For example, the following styleA is defined by a property called prop1, all the properties from styleB, and a property called prop3, which is derived from property prop2 of styleC.
All styles and selectors can be further grouped as global styles or component-specific styles:
Most customizations that you make to a style sheet involve the set of forty-five Global named styles that control about ninety percent of the Look-and-Feel of the application.
One of the most common customizations you may wish to make to the look and feel of the Oracle E-Business Suite user interface is to modify the default font. Although a stylesheet may define many different styles that affect font properties, all these styles refer to a single named style that defines the default font family. As a result, if you wish to change the font family properties for all the styles defined in a style sheet, you need to make only a single style override to the DefaultFontFamily style.
Style | Properties | Description |
---|---|---|
DefaultFontFamily | font-family = Arial, Helvetica, Geneva, and sans-serif | Specifies the default font family list for the Look-and-Feel. |
For example, suppose you want to change the default font family for all styles to include only the CSS "serif" font family. In the Customizing Look and Feel UI, you would update your Look-and-Feel by modifying the global DefaultFontFamily style such that the value of its font-family property is changed to serif .
Another common customization you may wish to make to the Look-and-Feel of the user interface is to alter the default font size. Almost all the font size styles defined in a style sheet reference a common named style that defines the default font size:
Style | Properties | Description |
---|---|---|
DefaultFont | includeStyle = DefaultFontFamily font-size = 10pt | Specifies the default font and default font size for the Look-and-Feel. |
To change the default font size, in the Customizing Look-and-Feel UI , you would modifying the DefaultFont style such that the value of its font-size property is changed to something like 12pt .
Style sheets may also make use of several other font sizes. A smaller font size may be used for in line messages, while a larger font size is used for headers, and so on. Each of the different font sizes may be defined in style sheet, as shown:
Style | Properties | Description |
---|---|---|
VerySmallFont | includeStyle = DefaultFont font-size = -2pt | A very small version of the default font. This style is used for very small text such as inline messages, and copyright and privacy messages. |
SmallFont | includeStyle = DefaultFont font-size = -1pt | A small version of the default font. This style is used for text which is slightly smaller than the default, such as breadCrumb links. |
MediumFont | includeStyle = DefaultFont font-size = +1pt | A version of the default font which is slightly larger than the default size. This is used for medium sized text, such as level 2 headers. |
LargeFont | includeStyle = DefaultFont font-size = +3pt | A large version of the default font. This is used for large text, such as level 1 headers. |
VeryLargeFont | includeStyle = DefaultFont font-size = +6pt | A very large version of the default font. |
Each of these font size definitions includes the DefaultFont, using the element, and then specifies a point size increment or decrement relative to the default font size. By using this XML Style Sheet Language technique, it is possible for you to change all font sizes defined in blaf.xss with a single override of the DefaultFont style.
The DefaultFont style may be defined twice, once in a generic style sheet as described previously, and once in an environment-specific style sheet. The latter style sheet overrides the default font size specifically for the Microsoft Internet Explorer (IE) browser, to take advantage of some IE-specific functionality.
In particular, IE provides a text zooming feature that allows you to scale text to a larger or smaller size, via the View > Text Size menu. This functionality does not work with sizes specified in point units, but does work with sizes specified using the CSS "absolute size" keywords. Hence, the IE-specific style sheet uses the "x-small" keyword for its default font size, which is rendered as 10 point text by default. The size is scalable, so the other font sizes defined for IE are specified as a percentage of the default font size.
Style | Properties | Description |
---|---|---|
DefaultFont | font-size = x-small | Overrides the default font size specifically for the Microsoft Internet Explorer (IE) browser. |
VerySmallFont | font-size = 67% | A very small version of the default font specifically for IE. |
To change the default font size for IE, use the Customize Look-and-Feel UI to update the Look-and-Feel for the IE browser. Modify the DefaultFont style such that the value of its font-size property is changed to something like small.
The Browser Look-and-Feel makes use of four colors that you may potentially want to change:
As is the case with fonts, style sheets may use the element to share the set of color-related named styles with other defined styles. So if you wish to change the colors in the user interface, you need only override these four named styles using the Customize Look-and-Feel UI (CLAF). These four color styles are defined as follows:
Style | Properties | Description |
---|---|---|
TextForeground | color = #000000 | The default text foreground color (black). |
TextBackground | background-color = #ffffff | The default text background color (white). |
DarkBackground | background-color = #336699 | The primary background color in the core color ramp. Also known as the Core background color. |
DarkAccentBackground | background-color = #cccc99 | The primary background color in the accent color ramp. Also known as the Accent background color. |
The "DarkBackground" and "DarkAccentBackground" styles define the primary colors in the core and accent background color ramps respectively.
If you decide to customize the colors for the user interface, you should try to maintain the contrasts between the text foreground and background colors, as well as between the core and accent colors.
In general, try to select colors from the web safe color palette, as these colors have the most consistent results across the widest range of browsers and platforms. The web safe color palette is a set of 216 colors, where each red, green, or blue component of that color is a multiple of 51 in decimal (0, 51, 102, 153, 204, or 255) or #33 for hexadecimal values (#00, #33, #66, #99, #cc, or #ff).
Also consider, that when you select a new core or accent background color, blaf.xss derives a ramp of lighter and darker shades from that color. As a result, selecting very dark or very light color values may result in less distinction between various darker or lighter shades in the color ramp.
You can use an interactive user interface called the Item Style and Style Type Selection page to preview a specific item style with a selected CSS Style applied to it. You should use this feature to simulate the Look-and-Feel of an item style before making the actual CSS style change to your pages with OA Personalization Framework.
Item Style and Style Type Selection page
To access the Item Style and Style Type Selection page:
To preview an Item Style with different CSS styles applied to it:
Note: If the selected Item Style is Text Input or Static Styled Text, the results table displays three columns. The first column always lists the name of the CSS style that has been applied. For Text Input, the second column renders the Text Input with the applied CSS style, and the third column renders the Text Input as a multi-line Text Area with the applied CSS style. For Static Styled Text, the second column renders the Static Styled Text with the applied CSS style, and the third column renders the Static Styled Text as a URL with the applied CSS style.