Typography sets the tone of a website. When used correctly it creates hierarchy and order on your pages. Below is an overview of the different stylings and the HTML code to display them. It also showcases several available classes that can be used in special occassions.
How to use this typography in my website?
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vehicula feugiat tincidunt. Integer tristique luctus sodales.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vehicula feugiat tincidunt. Integer tristique luctus sodales.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vehicula feugiat tincidunt. Integer tristique luctus sodales.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vehicula feugiat tincidunt. Integer tristique luctus sodales.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vehicula feugiat tincidunt. Integer tristique luctus sodales.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vehicula feugiat tincidunt. Integer tristique luctus sodales.
This is a sample paragraph
<div class="tp-title1">Title 1 example</div> <p class="tp-paragraph1">This is a sample paragraph</p>
This is a sample paragraph
<div class="tp-title2">Title 2 example</div> <p class="tp-paragraph2">This is a sample paragraph</p>
This is a sample paragraph
<div class="tp-title3">Title 3 example</div> <p class="tp-paragraph3">This is a sample paragraph</p>
This is a sample paragraph
<div class="tp-title4">Title 4 example</div> <p class="tp-paragraph4">This is a sample paragraph</p>
This is a basic blockquote
<blockquote>Your content here</blockquote>
This is a blockquote with the class="quotecolor"
<blockquote class="quotecolor"><div class="color">Your content here</div></blockquote>
This is a dropcap example.
<p class="dropcap"><span class="dropcap">Y</span>our content here</p>
p or ul class="icon-key"
p or ul class="icon-cart"
p or ul class="icon-image"
p or ul class="icon-video"
p or ul class="icon-file"
p or ul class="icon-warning"
p or ul class="icon-error"
p or ul class="icon-success"
p or ul class="icon-information"
p or ul class="icon-download"
p or ul class="icon-star"
p or ul class="icon-date"
p or ul class="icon-arrow"
p or ul class="icon-locked"
p or ul class="icon-mail"
<p class="block-warning">Your content here</p>
<p class="block-information">Your content here</p>
<p class="block-success">Your content here</p>
pre {
This is the default pre
<pre>Your content here</pre>
}
pre {
This is a pre tag with the class="pre-black"
<pre class="pre-black">Your content here</pre>
}
![[Your caption]](/evalor/templates/evalor/images/sample/free_sample_image_220.jpg)
<span class="tp-img1"><img src="/evalor/[your image]" alt="[Your caption]" /></span>
Gives images a white border surrounded by a light grey one. Shows your alt text when you hover.
![[Your caption]](/evalor/templates/evalor/images/sample/free_sample_image_220.jpg)
<img class="tp-img2" src="/evalor/[your image]" />
Uses the box highlight color in combination with the module-title pattern.
![[Your caption]](/evalor/templates/evalor/images/sample/free_sample_image_220.jpg)
<img class="tp-img3" src="/evalor/[your image]" />
Gives images a 4 pixel white border surrounded by a 1 pixel light grey one. The white border gets darker on hover.
![[Your caption]](/evalor/templates/evalor/images/sample/free_sample_image_220.jpg)
<img class="tp-img4" src="/evalor/[your image]" />
Gives images small rounded corners on CSS3 browsers.
![[Your caption]](/evalor/templates/evalor/images/sample/free_sample_image_220.jpg)
<img class="tp-img5" src="/evalor/[your image]" />
Gives images a 5 pixel white border.
<div class="blackbox"><div><p>Sample text</p></div></div>
<div class="whitebox"><div><p>Sample text</p></div></div>
<div class="colorbox0"><div><p>Sample text</p></div></div>
(colorbox0 uses the highlight-color of the boxes)
<div class="colorbox1"><div><p>Sample text</p></div></div>
(colorbox1 uses the background-color of the header)
<div class="colorbox2"><div><p>Sample text</p></div></div>
(colorbox2 uses the background-color of the footer)
<a class="blackbutton"><span>Button text</span></a>
<a class="whitebutton"><span>Button text</span></a>
<a class="colorbutton0"><span>Button text</span></a> (colorbutton0 uses the highlight-color of the boxes)
<a class="colorbutton1"><span>Button text</span></a> (colorbutton1 uses the background-color of the header)
<a class="colorbutton2"><span>Button text</span></a> (colorbutton2 uses the background-color of the footer)
<a class="colorbutton0 bigbutton"><span>Big Button</span></a> (colorbutton0 uses the highlight-color of the boxes)
This is a default link, this is a link with the class="highlight", this is a link with the class="highlight2" and this is a link with class="textcolor".
This is a table with the classes: zebra table-key
| Sample column 1 | Sample column 2 | Sample column 3 |
|---|---|---|
| Sample row 1 | Sample row 1 | Sample row 1 |
| Sample row 2 | Sample row 2 | Sample row 2 |
| Sample row 3 | Sample row 3 | Sample row 3 |
| Sample row 4 | Sample row 4 | Sample row 4 |
| Sample row 5 | Sample row 5 | Sample row 5 |
This is a default table
| Sample column 1 | Sample column 2 | Sample column 3 |
|---|---|---|
| Sample row 1 | Sample row 1 | Sample row 1 |
| Sample row 2 | Sample row 2 | Sample row 2 |
| Sample row 3 | Sample row 3 | Sample row 3 |
| Sample row 4 | Sample row 4 | Sample row 4 |
| Sample row 5 | Sample row 5 | Sample row 5 |
This is a table with the classes: zebra highlight table-chart
| Sample column 1 | Sample column 2 | Sample column 3 |
|---|---|---|
| Sample row 1 | Sample row 1 | Sample row 1 |
| Sample row 2 | Sample row 2 | Sample row 2 |
| Sample row 3 | Sample row 3 | Sample row 3 |
| Sample row 4 | Sample row 4 | Sample row 4 |
| Sample row 5 | Sample row 5 | Sample row 5 |
When you want to use tables for layout elements you can use <table class="no-fx">
To add typography styles to your website, you'll have to enter HTML mode. This can be done by clicking on the button
(TinyMCE) or the button
(JCE).
If you are using the TinyMCE editor, go to Extensions > Plugin Manager > Editor - TinyMCE > Set Code Clean-up on Save to Never.