The Typography
restyling the basis
Heading 1
Heading 1
Heading 2
Heading 2
Heading 3
Heading 3
Heading 4
Heading 4
Heading 5
Heading 5
Heading 6
Heading 6
Paragraph text element
Paragraph text element
Sample with b, Sample with strong
Sample with b, Sample with strong
Sample italic, Sample cite,
Sample italic, Sample cite,
Sample definition, AS
Sample definition, AS
Emphatized text
Emphatized text
Blockquote sample text
Blockquote sample text
Deleted sample, Deleted sample
Marked text
Marked text
- First sample text
- Second sample text
- First sample text
- Second sample text
- First sample text
- Second sample text
- First sample text
- Second sample text
<section>
to represent section headings:
Title
Subttle
Title
Subttle
<wbr>
for specifying a line break opportunity.
Displaying Code
so sexy6>
Zimit incorporates consistent styles for different ways to display code: the classics <code>
and <pre>
, and the new ones thanks to HTML5 you will see below:
some code
some code
some code
<code>some code</code>
Keyboard input
Keyboard input
Sample output from computer program
Sample output from computer program
Variable
Variable
Forms
Following the philosophy of the framework, has styled all components with default form and giving a uniform look:
Text inputs:
Radio and checkbox inputs:
Search input:
Text are input:
Text input with data-list:
down
File upload button:
Upload upload
Custom combo box:
Select
down
The new keygen component:
Styled fieldset:
Styled Buttons
also with icons
According to the philosophy of the framework has been styled buttons without adding any additional class:
In addition to the default button styled basic, other 9 colors available, simply add the style: btn-color
where "color" is the desired color:
Also thanks to the inclusion of the set of icons Ligature Symbols, buttons can contain icons:
Please note at this point the new element introduced by Zimit: <icon>
which is used specifically to display typographical icons. See more info and details on Goodies > icons section.
Responsive Tables
just amazing
As you may have noticed, Zimit is a fully-responsive framework, and tables would not be less!
One | Two | Tree | Four | Five |
---|---|---|---|---|
sample column 1.1 | sample column 2.1 | sample column 3.1 | sample column 4.1 | sample column 5.1 |
sample column 1.2 | sample column 2.2 | sample column 3.2 | sample column 4.2 | sample column 5.2 |
sample column 1.3 | sample column 2.3 | sample column 3.3 | sample column 4.3 | sample column 5.3 |
sample column 1.4 | sample column 2.4 | sample column 3.4 | sample column 4.4 | sample column 5.4 |
One
Two
Tree
Four
Five
sample column 1.1
sample column 2.1
sample column 3.1
sample column 4.1
sample column 5.1
sample column 1.2
sample column 2.2
sample column 3.2
sample column 4.2
sample column 5.2
sample column 1.3
sample column 2.3
sample column 3.3
sample column 4.3
sample column 5.3
sample column 1.4
sample column 2.4
sample column 3.4
sample column 4.4
sample column 5.4
I invite you to change the size of the window and observe what happens to the table.Sure you have seen that each
<td>
has an attribute called data-title, this is used for the title of his line when the window is very small.The attribute data-title is optional but highly recommended.