Style Guide Template

A template you can use to start building out your own style guides with.

Navigation Button

CSS selector:

.button-nav

Sample code:

<a href="#" class="button">Default Button</a>

Rendered element:

Default Button

In-text link

CSS selector:

.inText-link

Sample code:

<a href="#" class="button">Tomei</a>

Rendered element:

Tomei

Submit/Reset Buttons

CSS selector:

.buttons-form

Sample code:

<a href="#" class="button">Submit Button</a>
<a href="#" class="button">Reset Button</a>

Rendered element:

Submit Reset

Text Input Field

CSS selector:

.formInput-name

Sample code:

<a href="#" class="button">Default Button</a>

Rendered element:


Headings

CSS selector:

section h1

section h2

section h3

Sample code:

<h1>Header Level 1</h1>
<h2>Header Level 2</h2>
<h3>Header Level 3</h3>

Rendered element:

Header Level 1

Header Level 2

Header Level 3

Color Palettes

CSS selector:

.color1

.color2

.color3

.color4

Sample code:

<div class="color1" href="#">#FF0F0F</div>
<div class="color2" href="#">#FF7F7F</div>
<div class="color3" href="#">#262524</div>
<div class="color4" href="#">#DBDBDB</div>

Rendered element:

#FF0F0F
#FF7F7F
#262524
#DBDBDB

Paragraphs

CSS selector:

.content

Sample code:

<p href="#" class="content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>

Rendered element:

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Bulleted Lists

CSS selector:

.list

Sample code:

<ul>
<li>Nissan</li>
<li>Mitsubishi</li>
<li>Subaru</li>
</ul>

Rendered element:

  • Nissan
  • Mitsubishi
  • Subaru

Numbered Lists

.numberList

CSS selector:

Sample code:

<ol>
<li>Nissan</li>
<li>Mitsubishi</li>
<li>Subaru</li>
</ol>

Rendered element:

  1. Nissan
  2. Mitsubishi
  3. Subaru

Main Navigation

CSS selector:

nav.navigation

Sample code:

<nav class="navigation">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Feature</a></li>
<li><a href="#">Brand</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Contact</a></li>
<li><input type="text" name="Search" class="input-search" value="Search"</li>
</nav>

Rendered element:

Grid Structure

Rendered element:

Product Listing

CSS selector:

.productImage

Sample code:

<img class="productImage" src="img/PAS_2016_TechAudio6_ClarionBuilds_NSX_05.jpg" alt="Fonts">
<img class="productImage" src="img/PAS_2016_TechAudio6_ClarionBuilds_NSX_09.jpg" alt="Fonts">
<img class="productImage" src="img/PAS_2016_TechAudio6_ClarionBuilds_NSX_37.jpg" alt="Fonts">
<img class="productImage" src="img/PAS_2016_TechAudio6_ClarionBuilds_NSX_42.jpg" alt="Fonts">
<img class="productImage" src="img/PAS_2016_TechAudio6_ClarionBuilds_NSX_44.jpg" alt="Fonts">
<img class="productImage" src="img/PAS_2016_TechAudio6_ClarionBuilds_NSX_46.jpg" alt="Fonts">
<img class="productImage" src="img/PAS_2016_TechAudio6_ClarionBuilds_NSX_48.jpg" alt="Fonts">

Rendered element:

Fonts Fonts Fonts Fonts Fonts Fonts Fonts