CSS Styles Support

Currently CSS styling is supported inline in tags, and via simple rules.

For example:

<p style="color:red; font-size: 30px;text-decoration:underline;">Some fancy text</p>

Some fancy text

This way you can affect the way hyperlinks are decorated: @cocoanetics versus @cocoanetics

CSS Rules

One or more style blocks are merged into a style sheet. Multiple matching styles are combined in this order, later styles overriding earlier ones.

Not yet implemented are pseudo-selectors (first child).

Supported Attributes

Font Families

serif

sans-serif

monospace

cursive

fantasy

Text Shadows

The text-shadow property is supported.

Text with Shadow

Embossed

Glowing

Multiple Shadows

Text with Shadow

OUTLINE