The style playground is used to demonstrate how different elements of your template
are formatted and can be used as a reference when coding this template into your site.
View the source code to see how each element is coded in the XHTML.
The following are examples of header formats:
This paragraph shows how all text encapsulated only within <p></p>
tags will appear.
More text examples are as follows:
This is emphasised text
This is strong text
This is an acronym
This is deleted text
This is a block of code
This is a block of code
This is a block of code
“This is a quote. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis tempor.
Nullam tortor. Nulla vel dui. Curabitur et metus. This is a quote. Lorem ipsum dolor
sit amet, consectetuer adipiscing elit. Duis tempor. Nullam tortor. Nulla vel dui.
Curabitur et metus.”
The following are examples of image formats:
A left aligned
image. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed viverra tortor non dolor.
Donec nulla libero, ullamcorper sed, consequat dignissim, luctus blandit, sapien.
In ante. Proin aliquam odio ut sem. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Consequat dignissim,
luctus blandit, sapien. In ante. Proin aliquam odio ut sem consequat dignissim, luctus blandit, sapien.
In ante. Proin aliquam odio ut sem. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
A right
aligned image. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Sed viverra tortor non dolor. Donec nulla libero, ullamcorper sed, consequat
dignissim, luctus blandit, sapien. In ante. Proin aliquam odio ut sem. Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Consequat dignissim,
luctus blandit, sapien. In ante. Proin aliquam odio ut sem consequat dignissim, luctus blandit, sapien.
In ante. Proin aliquam odio ut sem. Lorem ipsum dolor sit amet.
aligned, linked image. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed viverra tortor
non dolor. Donec nulla libero, ullamcorper sed, consequat dignissim, luctus
blandit, sapien. In ante. Proin aliquam odio ut sem. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Tables are used to format data. It is not recommended to use tables for layout purposes.
| Table header | Table header | Table header | Table header |
|---|---|---|---|
| Cell data | Cell data | Cell data | Cell data |
| Cell data | Cell data | Cell data | Cell data |
| Cell data | Cell data | Cell data | Cell data |
| Table header | Table header | Table header | |
|---|---|---|---|
| Cell data | Cell data | Cell data | Cell data |
| Cell data | Cell data | Cell data | Cell data |
| Cell data | Cell data | Cell data | Cell data |
This section demonstrates all elements that can be styled differently to the above when adding a
class or id attribute to the element.
This is a handy list of images as shown on the homepage. Just create an unordered list with an
images class and add images as normal.
Wrap anchor tags around the images to link them (as shown in the example below).
This is a handy list of links as shown on the homepage. Just create an unordered list with
a links class and add links as normal.
If you need more than one column within a page you can use the following unordered list with a cols class followed
by the number of columns you require.
The CSS currently only allows for up to three columns as shown below.
Aliquam ipsum massa, viverra eget, lacinia et, placerat et, ante. Aliquam ipsum massa, viverra eget, lacinia et, placerat et, ante.
Aliquam ipsum massa, viverra eget, lacinia et, placerat et, ante. Aliquam ipsum massa, viverra eget, lacinia et, placerat et, ante.
Aliquam ipsum massa, viverra eget, lacinia et, placerat et, ante.
Aliquam ipsum massa, viverra eget, lacinia et, placerat et, ante.
Aliquam ipsum massa, viverra eget, lacinia et, placerat et, ante.
If you want to highlight something, just add a highlight class to any element to give a yellow background.
A highlighted paragraph.
Here is some text within a highlighted div.
If you would like an anchor tag to appear as though it’s a button you can add a btn
class to the anchor, as shown below:
You must be logged in to post a comment.