Health and Safety
Executive / Commission
Styleguide
In order to emphasize parts of the text, or lift them from the page, the facililty exists to colour sections of the page in the light colour from the current colour scheme.
This is the most simple version - it just changes the background colour of your element. This can be applied to almost any element.
Highlighted paragaph
Highlighted word, using a span.
Highlighted division:
<h2>Highlight</h2>
</div>
For marking large sections, with neat padding, use a highlightBox. This is preferable to the simple highlight class for large areas.
With a Highlight Box!
<div class="highlightBox">
<h1>Make your point</h2>
<p>With a Highlight Box!</p>
</div>
In addition to the "highlightBox" there is the "headlinehighlight", which is roughly the same, but is intended to be used in the following situations:
In all other situations, a "highlightBox" or "highlight" is appropriate.
To wrap your r/h column image
<div class= "headlinehighlight"> <IMG SRC="..." width="180" />
<h2>Use a "headlinehighlight"</h2>
<p>To wrap your r/h column image</p>
</div>