Inkwise provides a restrained set of typographic styles to help you organize and present your content with confidence. Consistent typography creates clear hierarchy, increased focus, and a comfortable reading experience.
Below is just about every HTML element you might want to use in your blog posts. Check the source code to see the many embedded elements within paragraphs.
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Lorem ipsum dolor sit amet, test link adipiscing elit. This is strong. Nullam dignissim convallis est. Quisque aliquam. This is emphasized. Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H2O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. The New York Times (That’s a citation). Underline. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. To copy a file type COPY filename
.
Dinner’s at 5:00.Let’s make that 7.
This text has been struck.
List Types
Definition List
- Definition List Title
- This is a definition list division.
- Definition
- An exact statement or description of the nature, scope, or meaning of something: our definition of what constitutes poetry.
Ordered List
- List Item 1
- List Item 2
- Nested list item A
- Nested list item B
- List Item 3
Unordered List
- List Item 1
- List Item 2
- Nested list item A
- Nested list item B
- List Item 3
Table
Beatle | Instrument | Song |
---|---|---|
John Lennon | Guitar | A Day In the Life |
George Harrison | Guitar | Old Brown Shoe |
Paul McCartney | Bass | Helter Skelter |
Ringo Starr | Drums | Don’t Pass Me By |
Preformatted Text
Typographically, preformatted text is not the same thing as code. Sometimes, a faithful execution of the text requires preformatted text that may not have anything to do with code. For example:
“Beware the Jabberwock, my son! The jaws that bite, the claws that catch! Beware the Jubjub bird, and shun The frumious Bandersnatch!”
Code
Code can be presented inline, like <?php bloginfo('stylesheet_url'); ?>
, or within a <pre>
block.
#container { float: left; margin: 0 -240px 0 0; width: 100%; }
Blockquotes
Let’s keep it simple.
Good afternoon, gentlemen. I am a HAL 9000 computer. I became operational at the H.A.L. plant in Urbana, Illinois on the 12th of January 1992. My instructor was Mr. Langley, and he taught me to sing a song. If you’d like to hear it I can sing it for you. — HAL 9000
And here’s a bit of trailing text.
Advanced Styles
The styles shown here are advanced styles and require some HTML and CSS knowledge. In most cases, the styles are achieved by adding a class to an HTML element.
Buttons
<a class="button" href="#">Button Text.</a>
Callouts
<p class="callout">Call this text out with style.</p>
This is an example of a callout box. Make sure links like this are readable.
Drop Caps
<p class="drop-cap">Add drop cap to this paragraph.</p>
Some themes include drop-caps. When applied, the first letter of the paragraph is typically larger and often drops below the baseline into the line below it.
Typography Styles
To use the pull quote, you simply need to add a class of pull-right or pull-left to your content. This can be done in the Text editor view. See an example below:
<span class="pull-right">Pull this text right.</span>
This pull quote is just hanging out on the right side of the post. Lorem ipsum dolor sit amet, consectetur.
A pull quote (also known as a lift-out quote) is a quotation or excerpt from an article that is typically placed in a larger or distinctive typeface on the same page, serving to entice readers into an article or to highlight a key topic. The term is principally used in journalism and publishing.
Placement of a pull quote on a page may be defined in a publication’s or website’s style guide. Such a typographic device may or may not be aligned with a column on the page. Some designers, for example, choose not to align the quote. In that case, the quotation cuts into two or more columns, as in the example shown.
And this pull quote is pulling text to the left, like a sir. Lorem ipsum dolor sit amet, consectetur.
Pull quotes need not be a verbatim copy of the text being quoted; depending on a publication’s house style pull quotes may be abbreviated for space and/or paraphrased for clarity, with or without indication. There are no hard-and-fast rules for the exact formatting of pull quotes. A pull quote (also known as a lift-out quote) is a quotation or excerpt from an article that is typically placed in a larger or distinctive typeface on the same page serving to entice readers.