<ahref="https://twitter.com/share"class="twitter-share-button"data-url="http://www.getskeleton.com"data-text="Skeleton - A Beautiful Boilerplate for Responsive, Mobile-Friendly Development"data-via="dhg"data-related="dhg">Tweet</a>
<p>Skeleton is a small collection of CSS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone. Skeleton is built on three core principles:</p>
<p>Skeleton has a familiar, lightweight 960 grid as its base, but elegantly scales down to downsized browser windows, tablets, mobile phones (in landscape and portrait). <strong>Go ahead, resize this page!</strong></p>
<p>Skeleton is a tool for rapid development. Get started fast with CSS best practices, a well-structured grid that makes mobile consideration easy, an organized file structure and super basic UI elements like lightly styled forms, buttons, tabs and more.</p>
<p>Skeleton is not a UI framework. It's a development kit that provides the most basic styles as a foundation, but is ready to adopt whatever your design or style is.</p>
</div>
</div>
</div>
<hr/>
<divclass="doc-section clearfix"id="grid">
<h3>The Grid</h3>
<p>Skeleton's base grid is a variation of the 960 grid system. The syntax is simple and it's effective cross browser, but the awesome part is that it also has the flexibility to go mobile like a champ. <strong>Go ahead, resize the browser and watch as the layout reacts!</strong></p>
<p>The typography of Skeleton is designed to create a strong hierarchy with basic styles. The primary font is the classic Helvetica Neue, but the font stack can be easily changed with just a couple adjustments. Regular paragraphs are set at a 14px base with 21px line height.</p>
<divclass="row">
<divclass="seven columns alpha headings">
<h1>Heading <h1></h1>
<h2>Heading <h2></h2>
<h3>Heading <h3></h3>
<h4>Heading <h4></h4>
<h5>Heading <h5></h5>
<h6>Heading <h6></h6>
</div>
<divclass="five columns omega">
<blockquote>
<p>This is a blockquote style example. It stands out, but is awesome</p>
<p>Buttons are intended for action and thus should have appropriate weight. The standard button is given that weight with a little bit of depth and a strong hover.</p>
<p>Skeleton uses a <strong>lot</strong> of media queries to serve the scalable grid, but also for the convenience of styling your site on different size screens. Skeleton's media queries are almost exclusively targeted at max and min widths rather than device sizes or orientations. The advantage of this is browsers and future mobile devices that don't map to exact set dimensions will still benefit from the styles. That being said, all of the queries were written to be optimal on Apple iOS devices. The built in media queries include:</p>
<ulclass="square">
<li><strong>Smaller than 960</strong>: Smaller than the standard base grid</li>
<li><strong>Tablet Portrait</strong>: Between 768px and 959px</li>
<li><strong>All Mobile Sizes</strong>: Less than 767px</li>
<li><strong>Just Mobile Landscape</strong>: Between 480px and 767px</li>
<li><strong>Just Mobile Portrait</strong>: Less than 479px</li>
<p>Skeleton has been tested across as many devices and browsers as I could get my hands on:</p>
<ulclass="square add-bottom">
<li>Latest Chrome (Mac/PC)</li>
<li>Firefox 4.0, 3.6, 3.5, 3.0 (Mac/PC)</li>
<li>Latest Safari</li>
<li>IE9, IE8, IE7</li>
<li>iPhone (Retina)</li>
<li>Droid (Charge/Original)</li>
<li>iPad</li>
</ul>
<p>There is a small hiccup though - older non-CSS3 browsers aren't going to respond to the media-queries and thus will be served the standard 960 grid even if they are resized. In the spirit of graceful degradation though, I'm going to let this be instead of trying to implement a JS solution. If you are interested in one though, try the <ahref="https://github.com/scottjehl/Respond">respond.js polyfill</a>.</p>
<p><strong>Notes on IE</strong>: We all know sometimes IE doesn't behave, so through the genius of conditional CSS I've added a class of "ie" to all versions of the browser, as well as specific targets for each (i.e. "ie6", "ie7", "ie8"). It's not a perfect world, but hopefully this will help make naughty IE behave.</p>
</div>
<hr/>
<divclass="doc-section"id="examples">
<h3>Examples & Extensions</h3>
<p>Skeleton has been in the wild for quite a few months now and reception has been pretty awesome so far. Nothing pleases me more than receiving emails about projects using Skeleton or constructive feedback (this is really the reason Skeleton gets better). Here is a quick list of some of the most awesome sites using Skeleton:</p>
<li><ahref="http://demo.drupalizing.com/?theme=skeleton"><strong>Skeleton on Drupal</strong></a></li>
<li><ahref="https://github.com/wycks/WP-Skeleton-Theme"><strong>Alternate Skeleton Wordpress on Github</strong></a></li>
<li><ahref="https://github.com/helios-technologies/skeleton-rails"><strong>Skeleton Rails Gem on Github</strong></a><small> or check it out on <ahref=" https://rubygems.org/gems/skeleton-rails">Rubygems.org</a></small></li>
</ul>
</div>
<hr/>
<divclass="doc-section"id="download">
<h3>Downloads</h3>
<p>The Skeleton download is a zip file (~25kb) containing all the CSS groundwork to get started on any web project. </p>
<p>All parts of Skeleton are free to use and abuse under the open-source MIT license. The full licensing language can be found here: <ahref="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>. More importantly, I would love to have a small community of contributors to Skeleton, so please feel free to jump over the <ahref="https://github.com/dhgamache/Skeleton">Skeleton Github page</a> and contribute to make Skeleton a better boilerplate for everyone!</p>