Difference between revisions of "SHIP:Property:boxmodel:fillcolor"

From Serious Documentation
Jump to: navigation, search
m (Admin moved page SHIP:Property:box:fillcolor to SHIP:Property:boxmodel:fillcolor without leaving a redirect)
(Node: {{Node|box}})
Line 1: Line 1:
=== Node: {{Node|box}} ===
+
=== Node: All [[SHIP:BoxModel|Box Model Nodes]] ===
 
{| class="wikitable" style="margin: 1em auto 1em auto;"  
 
{| class="wikitable" style="margin: 1em auto 1em auto;"  
 
! scope="col" | Property
 
! scope="col" | Property

Revision as of 08:37, 21 January 2013

Node: All Box Model Nodes

Property Data Type Description
fillcolor Color Sets the fill color of a box which floods the box completely within the margin area.

The fill color (fillcolor) property of the box flood fills the visible area of the box completely out to the inner edges of the margins, but does not fill any margin area.

The order of the box rendering/calculation is as follows:

  • Background color (bgcolor) drawn
  • Margins applied (ml,mr,mt,mb)
  • Attached image object (centered in margins) drawn
  • Borders (bl,br,bt,bb) applied and drawn
  • Fill color (fillcolor) drawn within borders
  • Padding applied (pl,pr,pt,pb)
  • Inner color (innercolor) drawn
  • Contents of the box drawn

The fillcolor can be any color and any opacity -- from fully transparent to fully opaque.