Table of Contents
OBIEE - Quick Skin and Style customization
Articles Related
Pictures
The pictures in the skin
| What | Location |
|---|---|
| Login page | your_skin_directory/b_mozilla_4/bglogon.jpg |
| Banner | your_style_directory\b_mozilla_4\bg_banner.jpg |
| Portal Logo Image | your_style_directory/portal/portallogo.gif |
The logo in the bottom right of the dasboard: siebelbug.gif
This picture is controlled via the xml message productmessages.xml in 10g and standardviewtemplates.xml in 11g.(Credits to Matthijs)
- Copy it in the customMessages folder.
- Edit the entry for kmsgPoweredByAnchor to the new picture.
<WebMessage name="kmsgPoweredByAnchor"><HTML> <a href="http://www.oracle.com/technology/products/bi/index.html" target="_blank"> <img border="0" src="fmap:siebelbug.gif"/> </a> </HTML></WebMessage>
As it's controlled via the xml message mechanism, you will have to do this for every language.
Style
The portal link
In the file your_style_directory\b_mozilla_4\portalbanner.css, if the banner get white (#ffffff), you may have to change the color.
.PortalLink:link { font-size: 8pt; color: #0060a9; text-decoration:none; font-weight: normal; } .PortalLink:visited { font-size: 8pt; color: #0060a9; text-decoration:none; font-weight: normal; } .PortalLink:hover { font-size: 8pt; color:#0060a9; font-weight: normal; text-decoration: underline; } .CurrentPortal:link, .CurrentPortal:visited, .CurrentPortal:hover { font-size: 8pt; color: #0060a9; text-decoration: none; font-weight: bold; }
