<h1>Layouts <small>Basic templates to create webpages</small></h1>
<h1>Layouts <small>Basic templates to create webpages</small></h1>
</div>
</div>
<!-- Fixed layout -->
<divclass="row">
<divclass="row">
<divclass="span4 columns">
<divclass="span4 columns">
<h2>Fixed layout</h2>
<h2>Fixed layout</h2>
...
@@ -250,7 +252,9 @@
...
@@ -250,7 +252,9 @@
</body>
</body>
</pre>
</pre>
</div>
</div>
</div>
</div><!-- /row -->
<!-- Fluid layout -->
<divclass="row">
<divclass="row">
<divclass="span4 columns">
<divclass="span4 columns">
<h2>Fluid layout</h2>
<h2>Fluid layout</h2>
...
@@ -274,17 +278,18 @@
...
@@ -274,17 +278,18 @@
</body>
</body>
</pre>
</pre>
</div>
</div>
</div>
</div><!-- /row -->
</section>
</section>
<sectionid="typography">
<sectionid="typography">
<divclass="page-header">
<divclass="page-header">
<h1>Typography <small>Headings, paragraphs, lists, and other inline type elements</small></h1>
<h1>Typography <small>Headings, paragraphs, lists, and other inline type elements</small></h1>
</div>
</div>
<divclass="row">
<!-- Headings & Paragraph Copy -->
<divclass="row">
<divclass="span4 columns">
<divclass="span4 columns">
<h2>Headings and copy</h2>
<h2>Headings and copy</h2>
<p>A standard typographic hierarchy for structuring your webpages.</p>
<p>A standard typographic hierarchy for structuring your webpages.</p>
...
@@ -302,9 +307,10 @@
...
@@ -302,9 +307,10 @@
<p>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 id nibh ultricies vehicula ut id elit.</p>
<p>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 id nibh ultricies vehicula ut id elit.</p>
<p>Using emphasis, addresses, & abbreviations</p>
<p>Using emphasis, addresses, & abbreviations</p>
...
@@ -333,9 +339,10 @@
...
@@ -333,9 +339,10 @@
<h3>Abbreviations</h3>
<h3>Abbreviations</h3>
<p>For abbreviations and acronyms, use the <code><abbr></code> tag (<code><acronym></code> is deprecated in <abbrtitle="HyperText Markup Langugage 5">HTML5</abbr>). Put the shorthand form within the tag and set a title for the complete name.</p>
<p>For abbreviations and acronyms, use the <code><abbr></code> tag (<code><acronym></code> is deprecated in <abbrtitle="HyperText Markup Langugage 5">HTML5</abbr>). Put the shorthand form within the tag and set a title for the complete name.</p>
</div>
</div>
</div>
</div><!-- /row -->
<divclass="row">
<!-- Blockquotes -->
<divclass="row">
<divclass="span4 columns">
<divclass="span4 columns">
<h2>Blockquotes</h2>
<h2>Blockquotes</h2>
<p>
<p>
...
@@ -351,11 +358,11 @@
...
@@ -351,11 +358,11 @@
<small>Dr. Julius Hibbert</small>
<small>Dr. Julius Hibbert</small>
</blockquote>
</blockquote>
</div>
</div>
</div>
</div><!-- /row -->
<h2>Lists</h2>
<!-- Types of Lists -->
<divclass="row">
<h2>Lists</h2>
<divclass="row">
<divclass="span4 columns">
<divclass="span4 columns">
<h4>Unordered <code><ul></code></h4>
<h4>Unordered <code><ul></code></h4>
<ul>
<ul>
...
@@ -431,16 +438,17 @@
...
@@ -431,16 +438,17 @@
<dd>Etiam porta sem malesuada magna mollis euismod.</dd>
<dd>Etiam porta sem malesuada magna mollis euismod.</dd>
</dl>
</dl>
</div>
</div>
</div>
</div><!-- /row -->
</section>
</section>
<sectionid="tables">
<sectionid="tables">
<divclass="page-header">
<divclass="page-header">
<h1>Tables <small>For, you guessed it, tabular data</small></h1>
<h1>Tables <small>For, you guessed it, tabular data</small></h1>
</div>
</div>
<!-- Table structure -->
<divclass="row">
<divclass="row">
<divclass="span4 columns">
<divclass="span4 columns">
<h2>Building tables</h2>
<h2>Building tables</h2>
<p>
<p>
...
@@ -458,9 +466,9 @@
...
@@ -458,9 +466,9 @@
<p>Similar to the column headers, all your table’s body content should be wrapped in a <code><tbody></code> so your hierarchy is <code><tbody></code> > <code><tr></code> > <code><td></code>.</p>
<p>Similar to the column headers, all your table’s body content should be wrapped in a <code><tbody></code> so your hierarchy is <code><tbody></code> > <code><tr></code> > <code><td></code>.</p>
</div>
</div>
<divclass="span12 columns">
<divclass="span12 columns">
<h3>Example: Default table styles</h3>
<h3>Example: Default table styles</h3>
<p>All tables will be automatically styled with only the essential borders to ensure readability and maintain structure. No need to add extra classes or attributes.</p>
<p>All tables will be automatically styled with only the essential borders to ensure readability and maintain structure. No need to add extra classes or attributes.</p>
<table>
<table>
<thead>
<thead>
<tr>
<tr>
<th>#</th>
<th>#</th>
...
@@ -489,15 +497,14 @@
...
@@ -489,15 +497,14 @@
<td>Code</td>
<td>Code</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
<preclass="prettyprint linenums">
<preclass="prettyprint linenums">
<table class="common-table">
<table class="common-table">
...
...
</table></pre>
</table></pre>
<h3>Example: Zebra-striped</h3>
<h3>Example: Zebra-striped</h3>
<p>Get a little fancy with your tables by adding zebra-striping—just add the <code>.zebra-striped</code> class.</p>
<p>Get a little fancy with your tables by adding zebra-striping—just add the <code>.zebra-striped</code> class.</p>
<tableclass="zebra-striped">
<tableclass="zebra-striped">
<thead>
<thead>
<tr>
<tr>
<th>#</th>
<th>#</th>
...
@@ -526,15 +533,14 @@
...
@@ -526,15 +533,14 @@
<td>Code</td>
<td>Code</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
<preclass="prettyprint linenums">
<preclass="prettyprint linenums">
<table class="common-table zebra-striped">
<table class="common-table zebra-striped">
...
...
</table></pre>
</table></pre>
<h3>Example: Zebra-striped w/ TableSorter.js</h3>
<h3>Example: Zebra-striped w/ TableSorter.js</h3>
<p>Taking the previous example, we improve the usefulness of our tables by providing sorting functionality via <ahref="http://jquery.com">jQuery</a> and the <ahref="http://tablesorter.com/docs/">Tablesorter</a> plugin. <strong>Click any column’s header to change the sort.</strong></p>
<p>Taking the previous example, we improve the usefulness of our tables by providing sorting functionality via <ahref="http://jquery.com">jQuery</a> and the <ahref="http://tablesorter.com/docs/">Tablesorter</a> plugin. <strong>Click any column’s header to change the sort.</strong></p>
<p>All forms are given default styles to present them in a readable and scalable way. Styles are provided for text inputs, select lists, textareas, radio buttons and checkboxes, and buttons.</p>
<p>All forms are given default styles to present them in a readable and scalable way. Styles are provided for text inputs, select lists, textareas, radio buttons and checkboxes, and buttons.</p>
...
@@ -765,11 +769,11 @@
...
@@ -765,11 +769,11 @@
</fieldset>
</fieldset>
</form>
</form>
</div>
</div>
</div>
</div><!-- /row -->
<br/>
<br/>
<divclass="row">
<divclass="row">
<divclass="span4 columns">
<divclass="span4 columns">
<h2>Stacked forms</h2>
<h2>Stacked forms</h2>
<p>Add <code>.form-stacked</code> to your form’s HTML and you’ll have labels on top of their fields instead of to their left. This works great if your forms are short or you have two columns of inputs for heavier forms.</p>
<p>Add <code>.form-stacked</code> to your form’s HTML and you’ll have labels on top of their fields instead of to their left. This works great if your forms are short or you have two columns of inputs for heavier forms.</p>
...
@@ -828,9 +832,9 @@
...
@@ -828,9 +832,9 @@
</div>
</div>
</form>
</form>
</div>
</div>
</div>
</div><!-- /row -->
<divclass="row">
<divclass="row">
<divclass="span4 columns">
<divclass="span4 columns">
<h2>Buttons</h2>
<h2>Buttons</h2>
<p>As a convention, buttons are used for actions while links are used for objects. For instance, "Download" could be a button and "recent activity" could be a link.</p>
<p>As a convention, buttons are used for actions while links are used for objects. For instance, "Download" could be a button and "recent activity" could be a link.</p>