Style Editor: Font Panel |
This panel of the the Style Editor enables you to choose font-related cascading style sheet (CSS) declarations to the style property of a JavaServer Faces component. The declarations you add to the style property override corresponding CSS rules defined in the page's CSS file.
The Font 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. |