This is a > Breadcrumb > for your use and enjoyment

Content Styles

This page gives you a good one-stop-shop for seeing how many styles look. There is another page for form elements.

Paragraphs

Regular paragraph. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Inside a <blockquote>. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Unordered Lists

Ordered List

  1. Ordered list test
  2. Another list element
  3. Yet another element in the list

Various

  1. Ordered list
  2. Here's a nested unordered list
    • Nested Unordered list
    • Nested ordered list
      1. The first
      2. And the second
  3. Ordered List item
  4. Nested Ordered list
    1. Some point
    2. Nested Unordered list
      • The first
      • And the second

Definition List

Term A
Definition lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Term B
Definition lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Term C
Definition lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Long Term D and Some Stuff Here
Definition lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Headings

H1: Lorem ipsum dolor sit amet

H2: Lorem ipsum dolor sit amet, consectetur elit

H3: Lorem ipsum dolor sit amet, consectetur adipisicing elit

H4: Lorem ipsum dolor sit amet, consectetur adipisicing elit adipis

H5: Lorem ipsum dolor sit amet, consectetur adipisicing elit adipisicing elit adipisicing elit
H6: Lorem ipsum dolor sit amet, consectetur adipisicing elit adipisicing elit adipisicing elit

Heading 1


Heading 2


Heading 3


Heading 4


Heading 5

Heading 6

Misc Elements

<strong>
<del> deleted
<dfn> dfn
<em> emphasis

<a> anchor
<a> a + href

<abbr> abbr - extended text when mouseover.
<acronym> acronym - extended text when mouseover.

<address>
Donald Duck
Box 555
Disneyland

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore dolore.

<pre>
pre  space1
pre  space1
pre    space2
pre    space2
pre	tab
pre	tab
</pre>
<code> Not indented indent1 indent1 indent2 indent3 </code>

The IxF also offers a number of style options that help with layouts. Many of these aren't obvious by looking at the demos. You can use them by adding the class name to the object.

The element the style has been applied to is in this color. There is a wrapper around it that has this treatment to show any applied margins (which are normally not visible). The text may be abnormally close to the sides of the box. But since we are demoing padding and margin given by applying classes we can't add extra padding to look spiffy.

Most classes that have different sizes use the same xs, sm, md, lg, xl, xxl suffixes. This makes it easy to remember how to move up or down a size with whatever you are using. These are also used on the forms for text input fields and textareas (scroll down on the first tab).

Padding and Margins

By default, almost none of the components in the IxF have margins or padding on them relative to parent items. This is so that full width elements can be mixed with elements with an inset (see the sidebar of this page for an example). Padding and margins can be easily and consistently set with the following classes:

default

padding-xs padding-sm padding-md padding-lg padding-xl

margin-xs margin-sm margin-md margin-lg margin-xl

margin-top-xs margin-top-sm margin-top-md margin-top-lg margin-top-xl

margin-left-xs margin-left-sm margin-left-md margin-left-lg margin-left-xl

margin-right-xs margin-right-sm margin-right-md margin-right-lg margin-right-xl

margin-bottom-xs margin-bottom-sm margin-bottom-md margin-bottom-lg margin-bottom-xl

Simple Text Alignment

left center right

Vertical Alignment (Mostly for tables)

top middle bottom baseline

Floats

These classes do NOT have any margin. The wrapping box was made bigger so you could see the float.

float-left float-right

Clearing Without Extra Markup

This can be added to a floated item or its parent. It will automatically clear the float when it's done.

clear

Font Size

Font sizes can be adjusted globally or per component with these classes.

text-xs text-sm text-md text-lg text-xl text-xxl

Master/Detail Stuff

When you have a master ixf-list or ixf-table in a sidebar, add the following style to change its behavior.

master

And when a list is right against the top or bottom of something, you can turn off the top or bottom borders to make it look better with these styles:

noline-top noline-bottom