Skip to content

Instantly share code, notes, and snippets.

View stringtheory's full-sized avatar

Diane Kopperl stringtheory

View GitHub Profile
<div class="row">
<div class="grid_4"></div>
<div class="grid_8"></div>
</div>
@stringtheory
stringtheory / bl-grids-nogutter.html
Created October 26, 2012 23:25
bl-grids-nogutter
<div class="row nogutter">
<div class="grid_4"></div>
<div class="grid_5"></div>
<div class="grid_3"></div>
</div>
@stringtheory
stringtheory / bl-grids-center.html
Created October 26, 2012 23:30
bl-grids-center
<div class="row">
<div class="center_8"></div>
</div>
<div class="row">
<div class="center_10"></div>
</div>
@stringtheory
stringtheory / bl-grids-nested.html
Created October 29, 2012 17:43
bl-grids-nested.html
<div class="row">
<div class="grid_10">grid_10
<div class="row">
<div class="grid_4">
grid_4
</div>
<div class="grid_8">
grid_8
<div class="row">
<div class="grid_4">grid_4</div>
@stringtheory
stringtheory / bl-grids-offsets.html
Created October 29, 2012 18:31
bl-grids-offsets
<div class="row">
<div class="grid_4">grid_2</div>
<div class="grid_4 push_4">grid_4 push_4</div>
</div>
<div class="row">
<div class="grid_4 push_4">grid_4 push_4</div>
</div>
<div class="row">
<h1>Title</h1>
<h1 class="line">Title with Line</h1>
<h1 class="line_sharp">Title with Sharp Line</h1>
<h1 class="bold_line">Title with Bold Line</h1>
@stringtheory
stringtheory / bl-content-headings-centered.html
Created October 29, 2012 22:33
bl-content-headings-centered
<h1 class="title_main">Centered Title</h1>
<h1 class="title_main line">Centered with Line</h1>
<h1 class="title_main squiggle">Centered with Squiggle</h1>
<h1 class="title_main dots">Centered with Dots<i></i></h1>
<h1 class="title_main bold_line">Centered with Bold Line</h1>
@stringtheory
stringtheory / bl-content-form-vertical.html
Created October 29, 2012 22:41
bl-content-form-vertical
<form class="form_vertical">
<label for="first_name" class="required">First Name</label>
<input class="grid_5" type="text" id="first_name" name="first_name">
<span class="form_error">
<span class="form_error_inline_msg glyph glyph_danger glyph_stop">
Please enter your first name</span>
</span>
<label for="last_name" class="required">Last Name</label>
<input class="grid_5" type="text" id="last_name" name="last_name">
@stringtheory
stringtheory / bl-content-form-select.html
Created October 29, 2012 22:49
bl-content-form-select
<select data-placeholder="-- Select a Color --" name="month" class="chzn-select grid_5">
<option></option>
<option value="01">Pink</option>
<option value="02">Red</option>
<option value="03">Magenta</option>
</select>
<!--Note: js to init without search, otherwise init is in general.js-->
<script type="text/javascript">
$(function() {
<!--Basic Usage-->
<div class="glyph glyph_heart">
45 Likes
</div>
<!--Link Basic Usage-->
<a href="/" class="glyph glyph_heart">
45 Likes
</a>