You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
30 lines
1.1 KiB
---
|
|
layout : 'default'
|
|
css : 'site-page'
|
|
element : 'site'
|
|
elementType : 'global'
|
|
|
|
title : 'Site'
|
|
description : 'A site is a set of global constraints that define the basic parameters of all UI elements'
|
|
status : 'Undocumented'
|
|
type : 'UI Global'
|
|
|
|
---
|
|
<link rel="stylesheet/less" type="text/css" href="/build/less/definitions/globals/site.less" />
|
|
|
|
<%- @partial('header') %>
|
|
|
|
<div class="main container">
|
|
|
|
<h2 class="ui dividing header">What Can I Use This For?</h2>
|
|
<div class="no example">
|
|
<p>Semantic includes a basic set of site parameters, including paragraph spacing, page line-height, body font size, color hex-code definitions, and other globally pertinent themable values</p>
|
|
<p>In addition Semantic provides utilities to include common web fonts available through Google Fonts, and include them as part of UI themes.</p>
|
|
</div>
|
|
|
|
<h2 class="ui dividing header">Development Progress</h2>
|
|
<div class="no example">
|
|
<p>This is an undocumented component, but will be included in 1.0.</p>
|
|
<p>Stay tuned the next couple weeks for documentation</p>
|
|
</div>
|
|
</div>
|