Yelp

(The Help System)

html.css

Parameters

$node

The node to create CSS for.

$direction

The directionality of the text, either ltr or rtl.

$left

The starting alignment, either left or right.

$right

The ending alignment, either left or right.

This template creates the CSS for an HTML output page, including the enclosing HTML style element. It calls the templates html.css.content to output the actual CSS contents.

The $direction parameter specifies the directionality of the text for the language of the document. The $left and $right parameters are based on $direction, and can be used to set beginning and ending margins or other dimensions. All parameters can be automatically computed if not provided.