Sun Identity Manager Deployment Guide

ProcedureTo Change the Appearance of Identity Manager

  1. Edit the styles/customStyle.css file.

  2. Copy the following sections from styles.css into customStyle.css and modify as appropriate.


    MstDiv {background-image:url(../images/other/dot.gif);background-repeat:repeat-x;
    background-position:left top;background-color:#000033}
    .MstTblEnd {background: url(../images/other/dot.gif);background-color: #666;height: 1px;}
    td.MstTblEndImg {
        background-color: #666;
        height: 1px;
        background: url(../images/other/dot.gif);
        font-size:1px;
    }
    td.MstTdLogo {
        width: 31px;
        height: 55px;
        background: url(../images/other/logo.jpg) no-repeat 5px;
    }
    td.MstTdSep {
        width: 1px;
        height: 61px;
        background: url(../images/other/dot.gif) no-repeat center;
    }
    td.MstTdTtlProdNam {
        background: url(../images/other/xyz_masthead.jpg) no-repeat 10px 30px;
        padding:10px 10px 0px 10px;
        vertical-align:top;
        white-space:nowrap;
        height: 75px;
        width: 350px;
    }