Yelp

(The Help System)

html.css.content

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 content for an HTML output page. It is called by html.css. It calls the templates html.css.core, html.css.elements, and html.css.syntax. It then calls the mode html.css.mode on $node and calls the template html.css.custom.

Calls Modes