Style Editor: Background Panel |
This panel of the the Style Editor enables you to set CSS declarations for the background of a JavaServer Faces component. The background is the surface on which the contents of the component are displayed, such as black text on a white background in an Output Text component. The declarations you add to the style property override corresponding rules defined in the page's CSS file.
The Background panel enables you to set the following style declarations:
The following table shows the standard colors:
| Color names and sRGB values | |||
|---|---|---|---|
| black = "#000000" | green = "#008000" | ||
| silver = "#C0C0C0" | lime = "#00FF00" | ||
| gray = "#808080" | olive = "#808000" | ||
| white = "#FFFFFF" | yellow = "#FFFF00" | ||
| maroon = "#800000" | navy = "#000080" | ||
| red = "#FF0000" | blue = "#0000FF" | ||
| purple = "#800080" | teal = "#008080" | ||
| fuchsia = "#FF00FF" | aqua = "#00FFFF" | ||
| Legal Notices. Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. |