2011-08-18 00:05:28 -04:00
|
|
|
/*
|
2011-08-30 00:57:53 -04:00
|
|
|
* Skeleton V2.0
|
2011-08-30 01:37:09 -04:00
|
|
|
* Copyright 2011, Dave Gamache (@dhg)
|
2011-05-15 20:02:52 -04:00
|
|
|
* www.getskeleton.com
|
2011-05-19 15:05:30 -04:00
|
|
|
* Free to use under the MIT license.
|
|
|
|
* http://www.opensource.org/licenses/mit-license.php
|
2011-08-18 00:58:20 -04:00
|
|
|
* 8/17/2011
|
2011-05-04 21:20:56 -04:00
|
|
|
*/
|
|
|
|
|
2011-08-30 01:37:09 -04:00
|
|
|
/* Table of Contents
|
2011-05-04 21:20:56 -04:00
|
|
|
==================================================
|
2011-09-09 01:27:52 -04:00
|
|
|
#Site Styles
|
|
|
|
#Page Styles
|
|
|
|
#Media Queries
|
|
|
|
#Font-Face */
|
2011-08-18 00:05:28 -04:00
|
|
|
|
2011-05-15 19:50:51 -04:00
|
|
|
/* #Site Styles
|
2011-05-04 21:20:56 -04:00
|
|
|
================================================== */
|
|
|
|
|
2011-05-15 19:50:51 -04:00
|
|
|
/* #Page Styles
|
2011-05-04 21:20:56 -04:00
|
|
|
================================================== */
|
|
|
|
|
2011-05-15 19:50:51 -04:00
|
|
|
/* #Media Queries
|
2011-05-04 21:20:56 -04:00
|
|
|
================================================== */
|
2011-08-18 00:05:28 -04:00
|
|
|
|
2011-09-09 01:27:52 -04:00
|
|
|
/* Note: All the sizes are increased by 16px to account for browser scrollbar width */
|
2011-08-30 00:57:53 -04:00
|
|
|
|
2011-09-09 01:27:52 -04:00
|
|
|
/* Smaller than standard 960 (devices and browsers) */
|
|
|
|
@media only screen and (max-width: 976px) {}
|
2011-08-18 00:05:28 -04:00
|
|
|
|
2011-09-09 01:27:52 -04:00
|
|
|
/* Tablet Portrait size to standard 960 (devices and browsers) */
|
|
|
|
@media only screen and (min-width: 768px) and (max-width: 976px) {}
|
2011-08-18 00:05:28 -04:00
|
|
|
|
2011-09-09 01:27:52 -04:00
|
|
|
/* All Mobile Sizes (devices and browser) */
|
|
|
|
@media only screen and (max-width: 767px) {}
|
2011-08-18 00:05:28 -04:00
|
|
|
|
2011-09-09 01:27:52 -04:00
|
|
|
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
|
|
|
|
@media only screen and (min-width: 480px) and (max-width: 767px) {
|
2011-08-18 00:05:28 -04:00
|
|
|
|
2011-09-09 01:27:52 -04:00
|
|
|
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
|
|
|
|
@media only screen and (min-width: 480px) {}
|
2011-08-18 00:05:28 -04:00
|
|
|
|
2011-05-15 19:50:51 -04:00
|
|
|
|
|
|
|
/* #Font-Face
|
|
|
|
================================================== */
|
2011-08-18 00:05:28 -04:00
|
|
|
/* This is the proper syntax for an @font-face file
|
|
|
|
Just create a "fonts" folder at the root,
|
2011-05-15 19:50:51 -04:00
|
|
|
copy your FontName into code below and remove
|
|
|
|
comment brackets */
|
2011-08-18 00:05:28 -04:00
|
|
|
|
2011-05-15 19:50:51 -04:00
|
|
|
/* @font-face {
|
|
|
|
font-family: 'FontName';
|
|
|
|
src: url('../fonts/FontName.eot');
|
|
|
|
src: url('../fonts/FontName.eot?iefix') format('eot'),
|
|
|
|
url('../fonts/FontName.woff') format('woff'),
|
|
|
|
url('../fonts/FontName.ttf') format('truetype'),
|
|
|
|
url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal; }
|
|
|
|
*/
|