Changing Link Colors

Use the PSSTYLEDEF style sheet to change link colors.

To change the link color:

  1. Open the PSSTYLEDEF style sheet in PeopleSoft Application Designer.

  2. Locate and open the PSHYPERLINK class.

    1. Modify the attributes as appropriate.

    2. On the Properties page, modify the pseudo classes.

    3. Specify default font attributes for <A> and <TD> in your own style sheet or in an embedded style sheet at the top of PORTAL_UNI_HEADER_NEW.

      This applies font attributes to text that has no class associated with it. For example:

      <STYLE TYPE="text/css">
         td { font-family:arial; font-size:9pt; }
            a:visited { font-family:arial; font-size:9pt; color: #5c93ae; text-decoration:underline }
            a:link { font-family:arial; font-size:9pt; color: #5c93ae; text-decoration: underline }
            a:hover { font-family:arial; font-size:9pt; color: #5c93ae; text-decoration: underline }
            a:active { font-family:arial; font-size:9pt; color: #5c93ae; text-decoration: underline }
      </STYLE>

Note: Oracle recommends that you do not alter the delivered PSSTYLESHEET style sheet definition. Make a copy of PSSTYLESHEET and modify the copy.