The new version of my oik-css plugin ( v2.1.0 ) supports the color
and typography
attributes that can be set for the theme.
These settings apply to both the Text setting and the syntax highlighted source.
For the CSS block these settings only take effect when it’s used for both demonstration and documentation.
This block used for demonstration and documentation. This is the default style.
p { color: green; }
This block used for demonstration and documentation. Here I’ve set the background to Pale cyan blue.
p { color: green; }
For the GeSHi block these settings take effect for both the Text, if used, and syntax highlighted source.
The GeSHi block is only used for documentation.
p { color: green; }
In this example I’ve set the font size to normal (16px ) and text colour to Vivid purple.
p { color: green; }
Blocks can be styled individually.
p { color: green; }
Note: You can write HTML in the Text settings field if required.