Typography

Headings

h1. Bootstrap heading Badge

h2. Bootstrap heading Badge

h3. Bootstrap heading Badge

h4. Bootstrap heading Badge

h5. Bootstrap heading Badge
h6. Bootstrap heading Badge
Headings

Display 1

Display 2

Display 3

Display 4

Display 5

Display 6

Text

The is the Lead Text. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.

This is the text body. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus, nullam id dolor.

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus, nullam id dolor.

HTML Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget.

Emphasis Classes

text-primary : Nullam id dolor id nibh ultricies vehicula ut id elit.

text-secondary : Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.

text-success : Duis mollis, est non commodo luctus, nisi erat porttitor ligula.

text-danger : Donec ullamcorper nulla non metus auctor fringilla.

text-warning : Etiam porta sem malesuada magna mollis euismod.

text-info : Maecenas sed diam eget risus varius blandit sit amet non magna.

text-dark : Maecenas sed diam eget risus varius blandit sit amet non magna.

Address
Twitter, Inc.
795 Folsom Ave, Suite 600
San Francisco, CA 94107
P: (123) 456-7890
Teal'c Jafar
first.last@example.com
@shova_tealc
Inline Text Elements

You can use the mark tag to highlight text.

This line of text is meant to be treated as deleted text.

This line of text is meant to be treated as no longer accurate.

This line of text is meant to be treated as an addition to the document.

This line of text will render as underlined

This line of text is meant to be treated as fine print.

This line rendered as bold text.

This line rendered as italicized text.

Blockquotes (Default)

A well-known quote, contained in a blockquote element.

Blockquotes (Center)

A well-known quote, contained in a blockquote element.

Blockquotes (Right)

A well-known quote, contained in a blockquote element.

Unstyled & Inline Lists

Unstyled List

  • This is a list.
  • It appears completely unstyled.
  • Structurally, it’s still a list.
  • However, this style only applies to immediate child elements.
  • Nested lists:
    • are unaffected by this style
    • will still show a bullet
    • and have appropriate left margin
  • This may still come in handy in some situations.


Inline List

  • This is a list item.
  • And another one.
  • But they’re displayed inline.
Description List Alignment
Description lists
A description list is perfect for defining terms.
Term

Definition for the term.

And some more placeholder definition text.

Another term
This definition is short, so no extra paragraphs or anything.
Truncated term is truncated
This can be useful when space is tight. Adds an ellipsis at the end.
Nesting
Nested definition list
I heard you like definition lists. Let me put a definition list inside your definition list.
Text Alignment

Left aligned text.

Center aligned text.

Right aligned text.

Inline Code
In this example, <section> should be wrapped as inline.
Code Block
<p>Sample text here...</p>
<p>Another sample text here...</p>
<p>Yet another sample text here...</p>
Prettify
<div class="col-md-6 col-sm-6">
	<div class="block block-size-normal" data-url="test-data/ui-blocks/block-content/medium-chunk.txt">
		<div class="block-heading">
			<div class="main-text h2">
				Block With Controls
			</div>
			<div class="block-controls"></div>
		</div>
		<div class="block-content-outer">
			<div class="block-content-inner">
				<p>Efficiently unleash cross-media information without cross-media value.</p>
			</div>
		</div>
	</div>
</div>