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

From Serious Documentation
Jump to: navigation, search
(Node: {{Node|box}})
(Node: All Box Model Nodes)
 
(2 intermediate revisions by the same user not shown)
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
Line 5: Line 5:
 
! scope="col" | Description
 
! scope="col" | Description
 
|-
 
|-
|<onlyinclude>{{Prop|boxmodel|bct}}||{{DataType|Color}}|| Sets the top border color of a [[SHIP:BoxModel|Box Model Node]]</onlyinclude>
+
|<onlyinclude>{{Prop|boxmodel|bct}}||{{DataType|Color}}|| Top border color of a {{Node|box}}; not present on lightweight [[SHIP:BoxModel|box model nodes]] such as {{Node|frame}} and {{Node|textframe}}.</onlyinclude>
 
|}
 
|}
 
The border color top (bct) property of the box set the color of the top border of the container.  Like all colors in SHIP, the color can have have any given transparency, from fully opaque (0xFF) to fully transparent(0x00).   
 
The border color top (bct) property of the box set the color of the top border of the container.  Like all colors in SHIP, the color can have have any given transparency, from fully opaque (0xFF) to fully transparent(0x00).   
  
 
The top border thickness is set with the {{Prop|boxmodel|bt}} property.
 
The top border thickness is set with the {{Prop|boxmodel|bt}} property.

Latest revision as of 17:37, 14 June 2015

Node: All Box Model Nodes

Property Data Type Description
bct Color Top border color of a box; not present on lightweight box model nodes such as frame and textframe.

The border color top (bct) property of the box set the color of the top border of the container. Like all colors in SHIP, the color can have have any given transparency, from fully opaque (0xFF) to fully transparent(0x00).

The top border thickness is set with the bt property.