2011-05-04 21:20:56 -04:00
|
|
|
/*
|
2011-05-06 16:34:14 -04:00
|
|
|
* Skeleton V1.0
|
2011-05-04 21:20:56 -04:00
|
|
|
* Created by Dave Gamache
|
|
|
|
* www.skeleton.gs
|
|
|
|
* 4/30/2011
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/* Table of Content
|
|
|
|
==================================================
|
|
|
|
#Reset & Basics
|
|
|
|
#Basic Styles
|
|
|
|
#Site Styles
|
|
|
|
#Typography
|
|
|
|
#Links
|
2011-05-05 15:41:53 -04:00
|
|
|
#Lists
|
2011-05-06 16:34:14 -04:00
|
|
|
#Images
|
2011-05-05 15:41:53 -04:00
|
|
|
#Buttons
|
|
|
|
#Tabs
|
|
|
|
#Forms */
|
2011-05-04 21:20:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
/* #Reset & Basics (Inspired by E. Meyers)
|
|
|
|
================================================== */
|
|
|
|
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
font: inherit;
|
|
|
|
vertical-align: baseline; }
|
|
|
|
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
|
|
|
display: block; }
|
|
|
|
body {
|
|
|
|
line-height: 1; }
|
|
|
|
ol, ul {
|
|
|
|
list-style: none; }
|
|
|
|
blockquote, q {
|
|
|
|
quotes: none; }
|
|
|
|
blockquote:before, blockquote:after,
|
|
|
|
q:before, q:after {
|
|
|
|
content: '';
|
|
|
|
content: none; }
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0; }
|
|
|
|
|
|
|
|
|
|
|
|
/* #Basic Styles
|
|
|
|
================================================== */
|
|
|
|
body {
|
|
|
|
background: #fff;
|
|
|
|
font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
color: #444;
|
|
|
|
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
|
2011-05-05 15:41:53 -04:00
|
|
|
-webkit-text-size-adjust: none;
|
2011-05-04 21:20:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* #Typography
|
|
|
|
================================================== */
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
color: #181818;
|
2011-05-05 15:41:53 -04:00
|
|
|
font-weight: normal;
|
2011-05-06 16:34:14 -04:00
|
|
|
font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
|
|
|
|
font-weight: normal; }
|
2011-05-04 21:20:56 -04:00
|
|
|
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
|
2011-05-05 15:41:53 -04:00
|
|
|
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
|
|
|
|
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
|
|
|
|
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
|
|
|
|
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
|
|
|
|
h5 { font-size: 17px; line-height: 30px; font-weight: normal; }
|
2011-05-06 16:34:14 -04:00
|
|
|
h6 { font-size: 14px; line-height: 30px; }
|
2011-05-04 21:20:56 -04:00
|
|
|
.subheader { color: #777; }
|
|
|
|
|
|
|
|
p { margin: 0 0 20px; }
|
|
|
|
p img { margin: 0; }
|
|
|
|
p.lead { font-size: 21px; line-height: 27px; color: #777; }
|
|
|
|
|
|
|
|
em { font-style: italic; line-height: inherit; }
|
2011-05-05 15:41:53 -04:00
|
|
|
strong { font-weight: bold; line-height: inherit; color: #333; }
|
2011-05-04 21:20:56 -04:00
|
|
|
small { font-size: 80%; line-height: inherit; }
|
|
|
|
|
|
|
|
/* Blockquotes */
|
2011-05-06 16:34:14 -04:00
|
|
|
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
|
2011-05-04 21:20:56 -04:00
|
|
|
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
|
|
|
|
blockquote cite { display: block; font-size: 12px; color: #555; }
|
|
|
|
blockquote cite:before { content: "\2014 \0020"; }
|
|
|
|
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
|
|
|
|
|
|
|
|
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
|
|
|
|
|
|
|
|
|
|
|
|
/* #Links
|
|
|
|
================================================== */
|
2011-05-05 15:41:53 -04:00
|
|
|
a, a:visited { color: #333; text-decoration: underline; outline: 0; line-height: inherit; }
|
2011-05-04 21:20:56 -04:00
|
|
|
a:hover, a:focus { color: #000; }
|
|
|
|
p a, p a:visited { line-height: inherit; }
|
|
|
|
|
|
|
|
|
|
|
|
/* #List
|
|
|
|
================================================== */
|
|
|
|
ul, ol { margin-bottom: 20px; }
|
|
|
|
ul { list-style: none outside; }
|
|
|
|
ol { list-style: decimal; }
|
|
|
|
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
|
|
|
|
ul.square { list-style: square outside; }
|
|
|
|
ul.circle { list-style: circle outside; }
|
|
|
|
ul.disc { list-style: disc outside; }
|
|
|
|
ul ul, ul ol
|
2011-05-06 16:34:14 -04:00
|
|
|
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%; }
|
|
|
|
ul ul li, ul ol li
|
|
|
|
ol ol li, ol ul li { margin-bottom: 6px; }
|
2011-05-04 21:20:56 -04:00
|
|
|
li { line-height: 18px; margin-bottom: 12px; }
|
|
|
|
ul.large li { line-height: 21px; }
|
|
|
|
li p { line-height: 21px; }
|
2011-05-06 16:34:14 -04:00
|
|
|
|
|
|
|
/* #Images
|
|
|
|
================================================== */
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto; }
|
2011-05-04 21:20:56 -04:00
|
|
|
|
2011-05-05 15:41:53 -04:00
|
|
|
|
|
|
|
/* #Buttons
|
|
|
|
================================================== */
|
|
|
|
|
|
|
|
.button {
|
|
|
|
background: #222;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 9px 34px 11px;
|
|
|
|
color: #fff !important;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
border: none;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.square {
|
|
|
|
-moz-border-radius: none;
|
|
|
|
-webkit-border-radius: none;
|
|
|
|
border-radius: none; }
|
|
|
|
|
|
|
|
.button.full-width {
|
|
|
|
width: 100%;
|
|
|
|
padding-left: 0 !important;
|
|
|
|
padding-right: 0 !important;
|
|
|
|
text-align: center; }
|
|
|
|
|
|
|
|
/* Sizes ---------- */
|
|
|
|
.small.button { font-size: 11px; padding: 8px 20px 10px; }
|
|
|
|
.medium.button { font-size: 12px; }
|
|
|
|
.large.button { font-size: 18px; padding: 11px 48px 13px; }
|
|
|
|
|
|
|
|
/* Types ---------- */
|
2011-05-06 16:34:14 -04:00
|
|
|
.secondary.button { background-color: #aaa; font-size: 11px; }
|
2011-05-05 15:41:53 -04:00
|
|
|
|
|
|
|
/* Hovers ---------- */
|
|
|
|
.button:hover { background-color: #000; }
|
|
|
|
.secondary.button:hover { background-color: #555; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* #Tabs (activate in app.js)
|
|
|
|
================================================== */
|
|
|
|
ul.tabs {
|
|
|
|
display: block;
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
padding: 0;
|
|
|
|
height: 30px;
|
|
|
|
border-bottom: solid 1px #ddd; }
|
|
|
|
ul.tabs li {
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
height: 30px;
|
|
|
|
padding: 0;
|
|
|
|
float: left; }
|
|
|
|
ul.tabs li a {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
width: auto;
|
|
|
|
height: 29px;
|
|
|
|
padding: 0px 16px;
|
|
|
|
line-height: 30px;
|
|
|
|
border: solid 1px #ddd;
|
|
|
|
border-width: 1px 0 0 1px;
|
|
|
|
margin: 0;
|
|
|
|
background: #eee;
|
|
|
|
font-size: 13px; }
|
|
|
|
ul.tabs li a.active {
|
|
|
|
background: #fff;
|
|
|
|
height: 30px;
|
|
|
|
margin: 0 -1px 0 0;
|
|
|
|
color: #111; }
|
|
|
|
ul.tabs li:last-child a {
|
|
|
|
border-width: 1px 1px 0 1px; }
|
|
|
|
|
|
|
|
ul.tabs-content { margin: 0; display: block; }
|
|
|
|
ul.tabs-content > li { display:none; }
|
|
|
|
ul.tabs-content > li.active { display: block; }
|
|
|
|
|
|
|
|
/* Sample Markup
|
|
|
|
<ul class="tabs">
|
|
|
|
<li><a class="active" href="#info1"></a></li>
|
|
|
|
<li><a href="#info2"></a></li>
|
|
|
|
</ul>
|
|
|
|
<ul class="tabs-content">
|
|
|
|
<li class="active" id="info1"></li>
|
|
|
|
<li id="info2"></li>
|
|
|
|
</ul> */
|
|
|
|
|
|
|
|
|
|
|
|
/* #Forms
|
|
|
|
================================================== */
|
|
|
|
|
|
|
|
form {
|
|
|
|
margin-bottom: 20px; }
|
|
|
|
fieldset {
|
|
|
|
margin-bottom: 20px; }
|
|
|
|
input[type="text"], input[type="password"],
|
|
|
|
textarea, select {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 6px 4px;
|
|
|
|
outline: none;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
color: #777;
|
|
|
|
margin: 0;
|
|
|
|
width: 210px;
|
2011-05-06 16:34:14 -04:00
|
|
|
max-width: 100%;
|
2011-05-05 15:41:53 -04:00
|
|
|
display: block;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
background: #fff; }
|
|
|
|
input:focus {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
color: #444;
|
|
|
|
-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
|
|
|
|
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
|
|
|
|
box-shadow: 0 0 3px rgba(0,0,0,.2); }
|
|
|
|
textarea {
|
|
|
|
height: 60px; }
|
|
|
|
label {
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 13px; }
|
|
|
|
select {
|
|
|
|
width: 220px; }
|
|
|
|
input[type="checkbox"] {
|
|
|
|
display: inline; }
|
|
|
|
label span {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 13px;
|
|
|
|
color: #444; }
|
|
|
|
|
2011-05-04 21:20:56 -04:00
|
|
|
|
|
|
|
|