No doubt, typography is one of the most important aspects of a theme. Element has all the proportionate margins, padding, and line-heights built right in while allowing you to control the colors and styles with ease.
-
This page serves as a testbed for the basic HTML typographic elements.
Heading One
Heading Two
Heading Three
Heading Four
Heading Five
Heading Six
This is a blockquote style example. It stands out, but is awesome
Some Guy, Some Organization
Basic Paragraph Text
Paragraph One- Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Paragraph Two- Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
-
Form Elements
-
Example Usage of “note” shortcodes
This is an alert style that can easily be displayed within your content by inserting the code demonstrated above. This may help to serve your users with system error messages.- link color testnote class=”alert“
This is a informational style that can easily be displayed within your content by inserting the code demonstrated above. This may help to accent additional information within an article.- link color testnote class=”info“
This is a warning style that can easily be displayed within your content by inserting the code demonstrated above. This may help to serve warnings before proceeding with specified steps. – link color testnote class=”warn“
This is an acceptance style that can easily be displayed within your content by inserting the code demonstrated above. You may wish to display this style when outlining success messages.- link color testnote class=”accept“
This is an idea style that can easily be displayed within your content by inserting the code demonstrated above. You might use this style in instructional articles. – link color testnote class=”idea“
-
Button Styles
Using the
[button]shortcode in your content, you can deliver clean cross-browser CSS3 buttons in various colors and sizes. The button shortcode accepts 6 parameters:Parameters
- link: URL
- size: small, medium, large
- align: left, center, right
- color: (specified below)
- target: blank,self
- caption: freeform text
Example:With Captions:
You can also pass a “caption” parameter to the button shortcode to generate a nice little call to action.
Color and Size Examples:
color="white"color="gray"color="black"
color="lightblue"color="blue"color="darkblue"
color="lightgreen"color="green"color="darkgreen"
color="lightred"color="red"color="darkred"
color="yellow"color="orange"color="brown"