BUTTONS AND TYPOGRAPHY

BUTTONS

[sourcecode language=”html”][button size="vlarge" color="vorange"] LARGE ORANGE[/button][/sourcecode]
parameters
  • size – small; vmedium; vlarge; vbig;
  • color – default; vorange; vgray;
  • link – target link
  • width
  • nofollow – true; false;

HEADER

H1

H2

H3

H4

H5

CROSS LINE HEADER

ONE LINE HEADER

ORANGE ITALIC HEADER

[sourcecode language=”html”][header type="1"]H1[/header][/sourcecode] [sourcecode language=”html”][header type="5"]H5[/header][/sourcecode] [sourcecode language=”html”][header type="2" line="crossLine" strong="yes"] CROSS LINE HEADER[/header][/sourcecode] [sourcecode language=”html”][header type="2" line="oneLine"] ONE LINE HEADER[/header][/sourcecode] [sourcecode language=”html”][header type="2" italic="yes" color="vorange"] ORANGE ITALIC HEADER[/header][/sourcecode]
parameters
  • type – 1; 2; 3; 4; 5; (html header h1…h5)
  • size – vsmall; vmedium; default; great; big;
  • color – default; vgray; vorange; vwhite; vdark;
  • line – no; crossLine; twoLines; oneLine;
  • nomrg – yes; no;
  • italic – yes; no;
  • strong – yes; no;
  • class – css class

PARAGRAPH

Sed porttitor luctus gravida. Vestibulum id velit nisl, ac condimentum massa. In hac habitasse platea dictumst. Morbi et mauris sed metus lobortis ullamcorper sit amet in felis.

Sed porttitor luctus gravida. Vestibulum id velit nisl, ac condimentum massa. In hac habitasse platea dictumst. Morbi et mauris sed metus lobortis ullamcorper sit amet in felis.

Sed porttitor luctus gravida. Vestibulum id velit nisl, ac condimentum massa. In hac habitasse platea dictumst. Morbi et mauris sed metus lobortis ullamcorper sit amet in felis.

[sourcecode language=”html”][paragraph style="vlarge"] Sed porttitor…[/paragraph][/sourcecode]
parameters
  • style – default; vmedium; vlarge;
[sourcecode language=”html”][paragraph style="vmedium"] Sed porttitor…[/paragraph][/sourcecode]
[sourcecode language=”html”][paragraph] Sed porttitor…[/paragraph][/sourcecode]

BLOCKQUOTE

Sed porttitor luctus gravida. Vestibulum id velit nisl, ac condimentum massa.

— Lorem Ipsum

Sed porttitor luctus gravida. Vestibulum id velit nisl, ac condimentum massa. In hac habitasse platea dictumst. Morbi et mauris sed metus lobortis ullamcorper sit.

[sourcecode language=”html”][blockquote author="Lorem Ipsum"] Sed porttitor…[/blockquote][/sourcecode]
parameters
  • author
  • style – normal; simple;
[sourcecode language=”html”][blockquote style="simple"] Sed porttitor…[/blockquote][/sourcecode]

LIST

[sourcecode language=”html”][list style="1"] <li>Announcement</li>

<li><a href="#">…</a></li>
[/list][/sourcecode]
parameters
  • style – 1; 2;
[sourcecode language=”html”][list style="2"] <li>Announcement</li>

<li><a href="#">…</a></li>
[/list][/sourcecode]

TABLE

SPECS XEON E5-2687W CORE I7 990X
BRAND Intel Intel
SPEED 3.10GHz 3.47GHz
COST $1800 $1100
CPU MARK 17,872 10,550
[sourcecode language=”html”][table] <table>
<thead>
<tr>
<th>SPECS</th>
<th>XEON E5-2687W</th>
<th>CORE I7 990X</th>
</tr>
</thead>
<tbody>
<tr>
<td>BRAND</td>
<td>Intel</td>
<td>Intel</td>
</tr>
<tr>
<td>SPEED</td>
<td>3.10GHz</td>
<td>3.47GHz</td>
</tr>
<tr>
<td>COST</td>
<td>$1800</td>
<td>$1100</td>
</tr>
<tr>
<td>CPU MARK</td>
<td>17,872</td>
<td>10,550</td>
</tr>
</tbody>
</table>
[/table][/sourcecode]

PRICE LIST

BASIC


$39.99

per month

Full email support
25GB of storage
5 domains
10 email addresses


SIGN UP

STANDARD


$59.99

per month

Full email support
50GB of storage
5 domains
20 email addresses


SIGN UP

PREMIUM


$99.99

per month

Full email support
100GB of storage
20 domains
email addresses no limit


SIGN UP
[sourcecode language=”html”][pricelist title="PREMIUM" price="99.99"
subprice="per month" buttonlabel="SIGN UP"] …[/pricelist][/sourcecode]
parameters
  • title
  • currency
  • price
  • subprice
  • buttonlabel
  • buttonlink
  • style – basic; distinctive;

DIVIDER


[sourcecode language=”html”][divider][/sourcecode]
parameters
  • width – default; simple; mini;

BUBBLE

123
[sourcecode language=”html”][bubble]123[/bubble][/sourcecode]
parameters
  • tip – left; right; – tip position