Template:Column-rule
Appearance
-moz-column-rule:thin solid;-webkit-column-rule:thin solid;column-rule:thin solid;
- Usage:
- Generates some CSS styles to ensure compatibility with most browsers.
- Syntax:
-
{{Column-rule|width line-style color}}
- Parameters:
-
1=
Width, line-style, and color rules centered in gaps between columns,thin solid
by default.
- Notes:
-
- If you use narrow columns of text, you'll want to reduce the default gap width separating them; but in that case you should use contrasting vertical column-rules that will be centered in each gap for easier reading (don't use a rule width less than
.5em
, or5px
if the rule width is thin or just one pixel).
- If you use narrow columns of text, you'll want to reduce the default gap width separating them; but in that case you should use contrasting vertical column-rules that will be centered in each gap for easier reading (don't use a rule width less than
- Example:
style="{{Column-rule|1px solid #AAA}}"
generates:
style="-moz-column-rule:1px solid #AAA;-webkit-column-rule:1px solid #AAA;column-rule:1px solid #AAA;"