Style guide

The style guide provides you with a blueprint of the theme’s default post and page HTML styles. This post also displays automatically generated table of contents. Intro image is disabled on this post.

Code Formatting, Tables, Marker and Address

Preformatted Text and Inline Code

Code can be presented inline, like <?php bloginfo('stylesheet_url'); ?>, or within a <pre> block.

pre {
	padding: 4%;
	margin-bottom: 1.62em;
	background: #eaecee;
	overflow: auto;
	tab-size: 2;
}

Table Styles

Table Header 1 Table Header 2 Table Header 3
Division 1 Division 2 Division 3
Division 1 Division 2 Division 3
Division 1 Division 2 Division 3

Highlight Text Style (Marker)

To use the highlight, you simply need to wrap the text in mark HTML tag. This can be done in the Text editor view. See an example below:

<mark>This will be highlighted.</mark>

Address Tag

1 Infinite Loop
Cupertino, CA 95014
United States