gaf-mobile
Version:
GAF mobile Web site
565 lines (482 loc) • 19.3 kB
HTML
<!--[if lte IE 6]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IEMobile 7]> <html class="no-js iem7" lang="en"> <![endif]-->
<!--[if (IE 7)&(!IEMobile)]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>kss-node Style Guide</title>
<meta name="description" content="">
<meta name="generator" content="kss-node">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="public/kss.css">
<link rel="stylesheet" href="public/styles.css">
</head>
<body id="kss-node">
<div class="kss-sidebar kss-style">
<header class="kss-header">
<h1 class="kss-doc-title">kss-node Style Guide</h1>
</header>
<nav class="kss-nav">
<ul class="kss-nav__menu">
<li class="kss-nav__menu-item">
<a href="./">
<span class="kss-nav__ref">0</span
><span class="kss-nav__name">Overview</span>
</a>
</li>
<li class="kss-nav__menu-item">
<a href="section-spec.html">
<span class="kss-nav__ref">1</span
><span class="kss-nav__name">KSS Spec</span>
</a>
</li>
<li class="kss-nav__menu-item">
<a href="section-javascript-api.html">
<span class="kss-nav__ref">2</span
><span class="kss-nav__name">JavaScript API</span>
</a>
</li>
<li class="kss-nav__menu-item">
<a href="section-demo.html">
<span class="kss-nav__ref">3</span
><span class="kss-nav__name">Demo</span>
</a>
<ul class="kss-nav__menu-child">
<li class="kss-nav__menu-item">
<a href="section-.html#kssref-demo-mixins">
<span class="kss-nav__ref">3.1</span
><span class="kss-nav__name">Mixins</span>
</a>
</li>
<li class="kss-nav__menu-item">
<a href="section-.html#kssref-demo-components">
<span class="kss-nav__ref">3.2</span
><span class="kss-nav__name">Components</span>
</a>
</li>
<li class="kss-nav__menu-item">
<a href="section-.html#kssref-demo-forms">
<span class="kss-nav__ref">3.3</span
><span class="kss-nav__name">Forms</span>
</a>
</li>
</ul>
</li>
</ul>
</nav>
</div>
<article role="main" class="kss-main">
<div id="kssref-demo" class="kss-section kss-section--depth-1">
<div class="kss-style">
<h1 class="kss-title kss-title--level-1">
<a class="kss-title__permalink" href="#kssref-demo">
<span class="kss-title__ref">
3
<span class="kss-title__permalink-hash">
#demo
</span>
</span>
Demo
</a>
</h1>
<div class="kss-description">
<p>The source files for this demo can be found in the
<a href="https://github.com/kss-node/kss-node/tree/master/demo">demo folder</a> on
GitHub.</p>
</div>
</div>
</div>
<section id="kssref-demo-mixins" class="kss-section kss-section--depth-2">
<div class="kss-style">
<h2 class="kss-title kss-title--level-2">
<a class="kss-title__permalink" href="#kssref-demo-mixins">
<span class="kss-title__ref">
3.1
<span class="kss-title__permalink-hash">
#demo.mixins
</span>
</span>
Mixins
</a>
</h2>
<div class="kss-description">
<p>LESS mixins used in this demo.</p>
</div>
</div>
</section>
<section id="kssref-demo-mixins.button-colorize" class="kss-section kss-section--depth-3">
<div class="kss-style">
<h3 class="kss-title kss-title--level-3">
<a class="kss-title__permalink" href="#kssref-demo-mixins.button-colorize">
<span class="kss-title__ref">
3.1.1
<span class="kss-title__permalink-hash">
#demo.mixins.button-colorize
</span>
</span>
.button-colorize(@color)
</a>
</h3>
<ul class="kss-parameters">
<li class="kss-parameters__item">
<code class="kss-parameters__name">@color</code>
<div class="kss-parameters__description">Button color.</div>
</li>
</ul>
<div class="kss-description">
<p>Creates button styling with the specified color.</p>
</div>
</div>
</section>
<section id="kssref-demo-mixins.example" class="kss-section kss-section--depth-3">
<div class="kss-style">
<h3 class="kss-title kss-title--level-3">
<a class="kss-title__permalink" href="#kssref-demo-mixins.example">
<span class="kss-title__ref">
3.1.2
<span class="kss-title__permalink-hash">
#demo.mixins.example
</span>
</span>
.colors(@bg, @color)
</a>
</h3>
<ul class="kss-parameters">
<li class="kss-parameters__item">
<code class="kss-parameters__name">@bg</code>
<div class="kss-parameters__description">Background color; defaults to <code>#f5f5f5</code>.</div>
</li>
<li class="kss-parameters__item">
<code class="kss-parameters__name">@color</code>
<div class="kss-parameters__description">Foreground color; defaults to <code>#900</code>.</div>
</li>
</ul>
<div class="kss-description">
<p>Applies foreground and background colors.</p>
</div>
</div>
</section>
<section id="kssref-demo-components" class="kss-section kss-section--depth-2">
<div class="kss-style">
<h2 class="kss-title kss-title--level-2">
<a class="kss-title__permalink" href="#kssref-demo-components">
<span class="kss-title__ref">
3.2
<span class="kss-title__permalink-hash">
#demo.components
</span>
</span>
Components
</a>
</h2>
<div class="kss-description">
<p>Reusable components that can be used across the site.
So far this just includes buttons.</p>
</div>
</div>
</section>
<section id="kssref-demo-components.buttons" class="kss-section kss-section--depth-3">
<div class="kss-style">
<h3 class="kss-title kss-title--level-3">
<a class="kss-title__permalink" href="#kssref-demo-components.buttons">
<span class="kss-title__ref">
3.2.1
<span class="kss-title__permalink-hash">
#demo.components.buttons
</span>
</span>
Buttons
</a>
</h3>
<div class="kss-description">
<p>A majority of buttons in the site are built from the same base class.</p>
</div>
</div>
<div class="kss-modifier__wrapper">
<div class="kss-modifier__heading kss-style">
Examples
</div>
<div class="kss-modifier__default-name kss-style">
Default styling
</div>
<div class="kss-modifier__example">
<a href="#" class="button [modifier class]">Link Button</a>
<button class="button [modifier class]">Button Element</button>
<input type="button" class="button [modifier class]" value="input[type='button']"/>
</div>
<div class="kss-modifier__name kss-style">
.primary
</div>
<div class="kss-modifier__description kss-style">
Use this class to indicate that the button is the primary feature of this form.
</div>
<div class="kss-modifier__example">
<a href="#" class="button primary">Link Button</a>
<button class="button primary">Button Element</button>
<input type="button" class="button primary" value="input[type='button']"/>
</div>
<div class="kss-modifier__name kss-style">
.remove
</div>
<div class="kss-modifier__description kss-style">
Use this class to indicate that the button will remove a feature, or other negative connotations.
</div>
<div class="kss-modifier__example">
<a href="#" class="button remove">Link Button</a>
<button class="button remove">Button Element</button>
<input type="button" class="button remove" value="input[type='button']"/>
</div>
<div class="kss-modifier__name kss-style">
:hover
</div>
<div class="kss-modifier__description kss-style">
Highlight the button when hovered.
</div>
<div class="kss-modifier__example">
<a href="#" class="button pseudo-class-hover">Link Button</a>
<button class="button pseudo-class-hover">Button Element</button>
<input type="button" class="button pseudo-class-hover" value="input[type='button']"/>
</div>
<div class="kss-modifier__name kss-style">
:disabled
</div>
<div class="kss-modifier__description kss-style">
Make the button change appearance to reflect it being disabled.
</div>
<div class="kss-modifier__example">
<a href="#" class="button pseudo-class-disabled">Link Button</a>
<button class="button pseudo-class-disabled">Button Element</button>
<input type="button" class="button pseudo-class-disabled" value="input[type='button']"/>
</div>
<div class="kss-modifier__name kss-style">
:active
</div>
<div class="kss-modifier__description kss-style">
"Press" the button down when clicked.
</div>
<div class="kss-modifier__example">
<a href="#" class="button pseudo-class-active">Link Button</a>
<button class="button pseudo-class-active">Button Element</button>
<input type="button" class="button pseudo-class-active" value="input[type='button']"/>
</div>
</div>
<div class="kss-markup kss-style">
<pre class="prettyprint linenums lang-html"><code data-language="html"><a href="#" class="button [modifier class]">Link Button</a>
<button class="button [modifier class]">Button Element</button>
<input type="button" class="button [modifier class]" value="input[type='button']"/>
</code></pre>
</div>
</section>
<section id="kssref-demo-forms" class="kss-section kss-section--depth-2">
<div class="kss-style">
<h2 class="kss-title kss-title--level-2">
<a class="kss-title__permalink" href="#kssref-demo-forms">
<span class="kss-title__ref">
3.3
<span class="kss-title__permalink-hash">
#demo.forms
</span>
</span>
Forms
</a>
</h2>
<div class="kss-description">
<p>Covers styles used for forms, such as the <code><input></code> and <code><select></code> elements.</p>
</div>
</div>
<div class="kss-modifier__wrapper">
<div class="kss-modifier__heading kss-style">
Example
</div>
<div class="kss-modifier__example">
<form>
<p><input type="text" class="[modifier class]" value="Text input"/></p>
<div class="mod-input text [modifier class]">
<label>Text Label</label>
<input type="text" class="" value="Text input"/></div>
<p>
<a href="#" class="button [modifier class]">Link Button</a>
<button class="button [modifier class]">Button Element</button>
<input type="button" class="button [modifier class]" value="input[type='button']"/>
</p>
</form>
</div>
</div>
<div class="kss-markup kss-style">
<pre class="prettyprint linenums lang-html"><code data-language="html"><form>
<p><input type="text" class="[modifier class]" value="Text input"/></p>
<div class="mod-input text [modifier class]">
<label>Text Label</label>
<input type="text" class="" value="Text input"/></div>
<p>
<a href="#" class="button [modifier class]">Link Button</a>
<button class="button [modifier class]">Button Element</button>
<input type="button" class="button [modifier class]" value="input[type='button']"/>
</p>
</form>
</code></pre>
</div>
</section>
<section id="kssref-demo-forms.text" class="kss-section kss-section--depth-3">
<div class="kss-style">
<h3 class="kss-title kss-title--level-3">
<a class="kss-title__permalink" href="#kssref-demo-forms.text">
<span class="kss-title__ref">
3.3.1
<span class="kss-title__permalink-hash">
#demo.forms.text
</span>
</span>
Text Input
</a>
</h3>
<div class="kss-description">
<p>Below are the text-oriented form elements used on the site.</p>
</div>
</div>
</section>
<section id="kssref-demo-forms.text.single-line" class="kss-section kss-section--depth-4">
<div class="kss-style">
<h4 class="kss-title kss-title--level-4">
<a class="kss-title__permalink" href="#kssref-demo-forms.text.single-line">
<span class="kss-title__ref">
3.3.1.1
<span class="kss-title__permalink-hash">
#demo.forms.text.single-line
</span>
</span>
Single-Line Text Boxes
</a>
</h4>
<div class="kss-description">
<p>Your standard, everyday text boxes.</p>
</div>
</div>
<div class="kss-modifier__wrapper">
<div class="kss-modifier__heading kss-style">
Examples
</div>
<div class="kss-modifier__default-name kss-style">
Default styling
</div>
<div class="kss-modifier__example">
<input type="text" class="[modifier class]" value="Text input"/>
</div>
<div class="kss-modifier__name kss-style">
:hover
</div>
<div class="kss-modifier__description kss-style">
Highlight the text box when hovering
</div>
<div class="kss-modifier__example">
<input type="text" class="pseudo-class-hover" value="Text input"/>
</div>
<div class="kss-modifier__name kss-style">
:focus
</div>
<div class="kss-modifier__description kss-style">
Similar to <code>:hover</code>, however it should demand more attention than when an input is simply hovered.
</div>
<div class="kss-modifier__example">
<input type="text" class="pseudo-class-focus" value="Text input"/>
</div>
<div class="kss-modifier__name kss-style">
:disabled
</div>
<div class="kss-modifier__description kss-style">
When disabled, the input's appearance should reflect as such.
</div>
<div class="kss-modifier__example">
<input type="text" class="pseudo-class-disabled" value="Text input"/>
</div>
</div>
<div class="kss-markup kss-style">
<pre class="prettyprint linenums lang-html"><code data-language="html"><input type="text" class="[modifier class]" value="Text input"/></code></pre>
</div>
</section>
<section id="kssref-demo-forms.text.label-pairs" class="kss-section kss-section--depth-4">
<div class="kss-style">
<h4 class="kss-title kss-title--level-4">
<a class="kss-title__permalink" href="#kssref-demo-forms.text.label-pairs">
<span class="kss-title__ref">
3.3.1.2
<span class="kss-title__permalink-hash">
#demo.forms.text.label-pairs
</span>
</span>
Label/Text box Pairs
</a>
</h4>
<div class="kss-description">
<p>All labelled text boxes should be included in a wrapper <code><div></code> element for
both layout convenience and specific styling.</p>
</div>
</div>
<div class="kss-modifier__wrapper">
<div class="kss-modifier__heading kss-style">
Examples
</div>
<div class="kss-modifier__default-name kss-style">
Default styling
</div>
<div class="kss-modifier__example">
<div class="mod-input text [modifier class]">
<label>Text Label</label>
<input type="text" class="" value="Text input"/></div>
</div>
<div class="kss-modifier__name kss-style">
.disabled
</div>
<div class="kss-modifier__description kss-style">
Use this class when the text input inside is expected to be disabled.
</div>
<div class="kss-modifier__example">
<div class="mod-input text disabled">
<label>Text Label</label>
<input type="text" class="" value="Text input"/></div>
</div>
<div class="kss-modifier__name kss-style">
.invalid
</div>
<div class="kss-modifier__description kss-style">
Use this class if the input has failed a validation check.
</div>
<div class="kss-modifier__example">
<div class="mod-input text invalid">
<label>Text Label</label>
<input type="text" class="" value="Text input"/></div>
</div>
<div class="kss-modifier__name kss-style">
.valid
</div>
<div class="kss-modifier__description kss-style">
Use this class if the input has passed a validation check (intended for live validation in particular).
</div>
<div class="kss-modifier__example">
<div class="mod-input text valid">
<label>Text Label</label>
<input type="text" class="" value="Text input"/></div>
</div>
</div>
<div class="kss-markup kss-style">
<pre class="prettyprint linenums lang-html"><code data-language="html"><div class="mod-input text [modifier class]">
<label>Text Label</label>
<input type="text" class="" value="Text input"/></div></code></pre>
</div>
</section>
</article>
<!-- SCRIPTS -->
<script src="public/kss.js"></script>
<script src="public/prettify.js"></script>
<script>
prettyPrint();
</script>
<footer class="kss-github">
<!-- https://github.com/blog/273-github-ribbons -->
<a href="https://github.com/kss-node/kss-node"><img src="public/github-fork--black.png" alt="Fork me on GitHub"></a>
</footer>
<!-- Automatically generated using <a href="https://github.com/kss-node/kss-node">kss-node</a>. -->
</body>
</html>