Localizing themes

About this task

The Look and Feel (which include themes, images, and icons) of the UI in the Web UI Framework is CSS file-driven.

You can add, override, or modify CSS entries by providing the locale specific CSS files. The default themes provided by System Management Administration Console are present in following css file:

<INSTALL_DIR>/repository/eardata/sma/war/sma/css/sma.css

To provide CSS entries for a locale:

Procedure

  1. You need to place a new file with same name in the following directory:

    <INSTALL_DIR>/repository/eardata/sma/war/localization/<locale>/sma/css/sma.css where <locale> is in the format <language_code>/<country_code>/<variant>.

    For example,

    <INSTALL_DIR>/repository/eardata/sma/war/localization/en/US/EST/sma/css/sma.css.
  2. Add CSS entries in the new file.

    For example to localize welcome message, add the following entry: .sc-welcome-message {

    background: transparent;
                margin-right: 6px;
    }
  3. Rebuild the Enterprise Archive (EAR) file.