Sunday, November 14, 2010

Use Custom CSS Styles

Look and feel (OBIEE Skins and Styles) is difficult to change for many users. Changes to CSS classes often need a release.

Work on custom CSS styles as an Answers user. The 'Use Custom CSS Style' option processes multiple style arguments separated by a semi-colon.
From DR. OBI
Once you're happy with your custom CSS styles...
background-color:#ED0000; font-size:8pt; color:#FFFFFF
you can group them into a CSS class
.DR_OBI
{
background-color:#ED0000;
font-size:8pt;
color:#FFFFFF
}
Along with the other styles (classes) you've created get them all to be added to custom.css for the next release.