Style Editor: Border Panel |
This panel of the the Style Editor enables you to add border-related cascading style sheet (CSS) declarations to the style property of a JavaServer Faces component. These properties control how a border is drawn around the component. The declarations you add to the style property override corresponding CSS rules defined in the page's CSS file.
The Border panel is a grid that enables you to set the following three elements for the entire border, the top, the bottom, the left side, or the right side:
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. |