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:
border
, border-top
, border-bottom
, border-left
, border-right
.border
, border-top
, border-bottom
, border-left
, border-right
.
The value of this setting defaults to 1 for any of the style settings that
cause a border to be drawn. border
, border-top
, border-bottom
, border-left
, border-right
. You
can:
rgb(red-value,green-value,blue-value)
.
For example, the value for white is rgb(255,255,255)
.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" |