Modifying the style.css file – HP Integrity NonStop J-Series User Manual
Page 165

Figure 63 New File Dialog Box
3.
Click Finish.
The style.css file is created.
Modifying the style.css File
To modify the style.css file, complete the following steps:
1.
Double-click the style.css file in the Project Explorer frame to open it.
2.
Add the following code in the style.css file to describe the presentation of the JSP pages
of the SkinSelector:
BODY { background-color: #FDF5E6 }
A:hover { color: red }
H2 {
color: #440000;
text-align: center;
font-family: Arial, Helvetica, sans-serif
}
TH.TITLE { background-color: #EF8429;
font-size: 28px;
font-family: Arial, Helvetica, sans-serif;
}
.WHITE {
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight: bold;
text-decoration : none;
}
Getting Started with MyFaces
165