outline-color attribute

Type:color
Inherited:yes
Used By:All text elements
Default:none
See:border-color font-style outline-width

If the font-style is set to "outline", the color to use to outline the text. Like border-color, this can be any valid color except a pattern.

For graphs, which don't use outlined text, this attribute sets the color of the borders of each element on the graph - the bars in the bar graph, the slices in the pie graph. The default value in this case is black.

Sets the paragraph to draw the text in a black outline 0.5pt wide

p.hollow { font-style:outline; outline-color:black; outline-width:0.5pt}

Sets the bargraph to draw the outline of the elements with white 0.25pt wide lines

bargraph { outline-color:white; outline-width:0.5; }