<p>A grid is a set of elements without a visual definition, that creates a structure to harmonize negative space in a layout.</p>
</div>
</div>
@ -17,10 +17,10 @@ type : 'UI Collection'
<divclass="main responsive ui grid">
<divclass="column">
<h2>Collection</h2>
<h2class="ui dividing header">Collection</h2>
<divclass="highlighted example">
<h4>Grid</h4>
<h4class="ui header">Grid</h4>
<p>A grid is made up of columns of content. By default a grid must assume a certain number of columns.</p>
<p>Each set of columns matching up to the number of columns in a grid create a row.</p>
@ -93,7 +93,7 @@ type : 'UI Collection'
<divclass="highlighted example">
<h4>Page Grid</h4>
<h4class="ui header">Page Grid</h4>
<p>A page grid is a grid that exists on the top level of a website and includes gutters to the left and right.</p>
<divclass="ui two column page grid">
@ -123,7 +123,7 @@ type : 'UI Collection'
</div>
<divclass="highlighted example">
<h4>Rows</h4>
<h4class="ui header">Rows</h4>
<p>A row is used to create vertical padding between groups of columns on a page. If no rows are specified columns will sit vertically flushed against the edge of a grid, but will still have vertical and horizontal gutters on the first and last column.</p>
<p>
<divclass="ui grid">
@ -254,7 +254,7 @@ type : 'UI Collection'
</div>
</div>
<divclass="highlighted example">
<h4>Columns</h4>
<h4class="ui header">Columns</h4>
<p>Columns each contain gutters giving them equal vertical spacing from other columns. Columns by default do not take up their entire row height.</p>
<p>A grid will automatically center any columns that do not match a full row width.</p>
<divclass="ui three column grid">
@ -281,12 +281,12 @@ type : 'UI Collection'
</div>
</div>
<h2>Variations</h2>
<h2class="ui dividing header">Variations</h2>
<h3>Grid</h3>
<h3class="ui header">Grid</h3>
<divclass="example">
<h4>Responsive Grid</h4>
<h4class="ui header">Responsive Grid</h4>
<p>A grid can be responsive to a browsers width. This means the gutters to left and right of grid columns will alter in size as a browser's resolution increases.</p>
<p>A menu is a collection of interface elements usually showing several actions which a user can take</p>
</div>
</div>
@ -22,9 +22,9 @@ type : 'UI Collection'
</div>
</div>
<h2>Collection</h2>
<h2class="ui dividing header">Collection</h2>
<divclass="example">
<h4>Menu</h4>
<h4class="ui header">Menu</h4>
<p>This example uses several menu elements to display the versatility of a menu collection.</p>
<divclass="ui menu">
@ -34,7 +34,7 @@ type : 'UI Collection'
</a>
<aclass="item">
<iclass="icon mail"></i> Messages
<divclass="left ui label">22</div>
<divclass="ui label">22</div>
</a>
<divclass="right menu">
<divclass="fitted borderless item">
@ -54,13 +54,13 @@ type : 'UI Collection'
<divclass="example">
<h4>Vertical Menu</h4>
<h4class="ui header">Vertical Menu</h4>
<p>A vertical menu can have its own sub menus. This example uses three levels of menu depth.</p>
<divclass="ui ignore warning message"><iclass="icon heart"></i> A vertical menu's width defaults to an arbitrary size. To have it fit your content more precisely use the fluid variation in conjunction with <ahref="grid.html">ui grid</a>.</div>
<divclass="ui vertical menu">
<divclass="item">
<iclass="icon user"></i>
<b>Username</b>
<b>Zombo_213</b>
</div>
<divclass="item">
<p>Welcome to your profile. You can do anything you want on your profile.</p>
<p>This example uses several menu elements to display the versatility of a menu collection.</p>
<divclass="ui tiered menu">
@ -130,10 +135,10 @@ type : 'UI Collection'
</div>
</div>
<h2>Elements</h2>
<h2class="ui dividing header">Elements</h2>
<divclass="example">
<h4>Header Item</h4>
<h4class="ui header">Header Item</h4>
<p>A menu may have a header to help label sections of a menu. This can also be a <ahref="/elements/header.html">ui header</a>.</p>
<divclass="ui vertical menu">
<divclass="header item">
@ -159,7 +164,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Text Item</h4>
<h4class="ui header">Text Item</h4>
<p>A menu may have a simple text item.</p>
<divclass="ui ignore info message">
<p><iclass="icon heart"></i> Single paragraphs are automatically formatted as text. You can also specify an item as textual by adding the classname <b>text</b></p>
@ -176,7 +181,7 @@ type : 'UI Collection'
<divclass="example">
<h4>Link Item</h4>
<h4class="ui header">Link Item</h4>
<p>A menu may contain a link item, or an item formatted as if it is a link.</p>
<divclass="ui ignore info message">
@ -193,7 +198,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Dropdown Item</h4>
<h4class="ui header">Dropdown Item</h4>
<p>An item may contain a nested menu in a dropdown.</p>
<divclass="ui ignore warning message">
<p><iclass="icon heart"></i> A dropdown menu will, by default, automatically show when the parent element is hovered.</p>
@ -211,7 +216,7 @@ type : 'UI Collection'
</div>
</div>
<divclass="example">
<h4>Menu</h4>
<h4class="ui header">Menu</h4>
<p>A menu may contain another menu group in the same level as menu items.</p>
<divclass="ui menu">
<aclass="item">Browse</a>
@ -224,7 +229,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Nested Menu</h4>
<h4class="ui header">Nested Menu</h4>
<p>A menu item may contain another menu nested inside that acts as a grouped sub-menu.</p>
<divclass="ui vertical menu">
<aclass="item"><b>Friends</b></a>
@ -240,10 +245,10 @@ type : 'UI Collection'
</div>
<h2>States</h2>
<h2class="ui dividing header">States</h2>
<divclass="example">
<h4>Hover</h4>
<h4class="ui header">Hover</h4>
<p>A menu item can be hovered</p>
<divclass="ui ignore warning message"><iclass="icon heart"></i> Menu items are only hoverable if they are links, defined with the variant "link", or are given the class name hover programmatically.</div>
<divclass="ui compact menu">
@ -255,7 +260,7 @@ type : 'UI Collection'
<divclass="example">
<h4>Down</h4>
<h4class="ui header">Down</h4>
<p>A menu item can be pressed in</p>
<divclass="ui compact menu">
<divclass="down item">
@ -265,7 +270,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Active</h4>
<h4class="ui header">Active</h4>
<p>A menu item can be active</p>
<divclass="ui compact menu">
<divclass="active item">
@ -275,11 +280,11 @@ type : 'UI Collection'
</div>
<h2>Variations</h2>
<h2class="ui dividing header">Variations</h2>
<h3>Menu</h3>
<h3class="ui header">Menu</h3>
<divclass="example">
<h4>Inverted</h4>
<h4class="ui header">Inverted</h4>
<p>A menu may have its colors inverted to show greater contrast</p>
<divclass="ui inverted menu">
<divclass="item">
@ -301,7 +306,7 @@ type : 'UI Collection'
</div>
</div>
<divclass="example">
<h4>Colors</h4>
<h4class="ui header">Colors</h4>
<p>Additional colors can be specified.</p>
<divclass="ui green menu">
<aclass="active item">
@ -421,7 +426,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Basic</h4>
<h4class="ui header">Basic</h4>
<p>A menu may reduce its complexity to blend in with a page</p>
<divclass="ui segment">
<divclass="ui basic menu">
@ -452,7 +457,7 @@ type : 'UI Collection'
</div>
</div>
<divclass="example">
<h4>Text</h4>
<h4class="ui header">Text</h4>
<p>A menu can display simple text links</p>
<divclass="ui segment">
<divclass="ui text menu">
@ -487,7 +492,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Colors</h4>
<h4class="ui header">Colors</h4>
<p>Additional colors can be specified</p>
<divclass="ui grey compact menu">
<aclass="item">
@ -549,7 +554,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Icons</h4>
<h4class="ui header">Icons</h4>
<p>A menu may have just icons</p>
<divclass="ui icon menu">
<aclass="item">
@ -577,7 +582,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Icons</h4>
<h4class="ui header">Icons</h4>
<p>A menu may have labeled icons</p>
<divclass="ui labeled icon menu">
<aclass="item">
@ -612,7 +617,7 @@ type : 'UI Collection'
<divclass="example">
<h4>Fluid</h4>
<h4class="ui header">Fluid</h4>
<p>A vertical menu may take the size of its container. (A horizontal menu does this by default) </p>
<divclass="ui fluid vertical menu">
<aclass="item">Run</a>
@ -622,7 +627,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Evenly sized items</h4>
<h4class="ui header">Evenly sized items</h4>
<p>A menu may divide its items evenly</p>
<divclass="ui fluid three item menu">
<aclass="item">Buy</a>
@ -632,7 +637,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Pointing</h4>
<h4class="ui header">Pointing</h4>
<p>A menu can point to content below itself to show ownership</p>
<divclass="ui pointing menu">
<divclass="item">
@ -683,7 +688,7 @@ type : 'UI Collection'
<divclass="example">
<h4>Attached</h4>
<h4class="ui header">Attached</h4>
<p>A menu may be attached to other content segments</p>
<divclass="ui top attached pointing menu">
<divclass="item">
@ -709,7 +714,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Horizontal Sizes</h4>
<h4class="ui header">Horizontal Sizes</h4>
<p>A horizontal menu can vary in size</p>
<divclass="ui large menu">
<divclass="item">
@ -741,7 +746,7 @@ type : 'UI Collection'
</div>
</div>
<divclass="example">
<h4>Vertical Sizes</h4>
<h4class="ui header">Vertical Sizes</h4>
<p>A vertical menu can vary in size</p>
<divclass="ui large vertical menu">
<divclass="item">
@ -794,10 +799,10 @@ type : 'UI Collection'
</div>
</div>
<h3>Items</h3>
<h3class="ui header">Items</h3>
<divclass="example">
<h4>Fitted</h4>
<h4class="ui header">Fitted</h4>
<p>A menu item or menu might be fitted to remove element padding</p>
<divclass="ui menu">
<divclass="fitted item">
@ -811,11 +816,11 @@ type : 'UI Collection'
<divclass="example">
<h4>Borderless</h4>
<h4class="ui header">Borderless</h4>
<p>A menu item or menu might might have no dividers</p>
<p>Tables are useful for displaying collections of tuples.</p>
<p>
Tables consist of an optional table header, content, and table footer. They may be formatted to show numeric content or for rows of text.
@ -26,9 +26,9 @@ type : 'UI Collection'
</div>
</div>
<h2>Standard</h2>
<h2class="ui dividing header">Standard</h2>
<divclass="example">
<h4>Table</h4>
<h4class="ui header">Table</h4>
<p>A standard table</p>
<tableclass="ui table">
<thead>
@ -62,10 +62,10 @@ type : 'UI Collection'
</div>
<h2>States</h2>
<h2class="ui dividing header">States</h2>
<divclass="example">
<h4>Positive / Negative</h4>
<h4class="ui header">Positive / Negative</h4>
<p>A cell may let a user know whether a value is good or bad:</p>
<tableclass="ui table">
<thead>
@ -98,9 +98,9 @@ type : 'UI Collection'
</table>
</div>
<h3>Cells</h3>
<h3class="ui header">Cells</h3>
<divclass="example">
<h4>Error</h4>
<h4class="ui header">Error</h4>
<p>A cell or row may alert the user to an error or a negative value:</p>
<tableclass="ui table">
<thead>
@ -134,7 +134,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Warning</h4>
<h4class="ui header">Warning</h4>
<p>A cell or row may warn a user:</p>
<tableclass="ui table">
<thead>
@ -168,7 +168,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Active</h4>
<h4class="ui header">Active</h4>
<p>A cell or row can be active:</p>
<tableclass="ui table">
<thead>
@ -200,7 +200,7 @@ type : 'UI Collection'
</tbody>
</table>
<divclass="example">
<h4>Disabled</h4>
<h4class="ui header">Disabled</h4>
<p>A cell can be disabled:</p>
<tableclass="ui table">
<thead>
@ -234,10 +234,10 @@ type : 'UI Collection'
</div>
<h2>Variations</h2>
<h2class="ui dividing header">Variations</h2>
<divclass="example">
<h4>Collapsing</h4>
<h4class="ui header">Collapsing</h4>
<p>By default tables take the size of their container. A collapsing takes up only as much space as its rows.</p>
<tableclass="ui table collapsing">
<thead>
@ -271,7 +271,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Cells</h4>
<h4class="ui header">Cells</h4>
<p>A table may be divided each row into separate cells</p>
<tableclass="ui celled table">
<thead>
@ -305,7 +305,7 @@ type : 'UI Collection'
</div>
<divclass="example">
<h4>Sortable</h4>
<h4class="ui header">Sortable</h4>
<p>A table may allow a user to sort contents by clicking on a table header.</p>
<p>Adding a classname of ascending or descending, will show the user the direction of sort. This example uses a modified version of the kylefox's <ahref="library/tablesort.js">tablesort plugin</a> to provide the proper class names.</p>
@ -341,7 +341,7 @@ type : 'UI Collection'
</table>
</div>
<divclass="example">
<h4>Padded</h4>
<h4class="ui header">Padded</h4>
<p>A table may sometimes need to be more padded for legibility</p>
<tableclass="ui padded table">
<thead>
@ -364,7 +364,7 @@ type : 'UI Collection'
</table>
</div>
<divclass="example">
<h4>Compact</h4>
<h4class="ui header">Compact</h4>
<p>A table may sometimes need to be more compact to make more rows visible at a time</p>