Application theming
Oracle JET as a framework uses Oracle Alta UI for its application user experience design. While we can choose the default theme provided by the framework, we can also customize the application theme as per the business context. The level of customization the framework allows is to include or exclude the style components in the application.
- The Alta UI theme offers the following style components for the application:
oj-alta.css
,oj-alta-min.css
,oj-alta-notag.css
, andoj-alta-notag-min.css
. It is recommended you use HTML5 page standards with the DOCTYPE as follows:Â
<!DOCTYPE html>
.- Oracle JET also contains a set of SCSS tools that easily read the style contents and apply them to the application.
Customized application theming
There are different ways to customize the application theme in Oracle JET. Let us review the Oracle JET Marker styles before explaining the customizing scenarios.
The following are the set of Marker styles offered by the Oracle JET framework, which...