/*! Pure v0.6.0 Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. github.com/yahoo/pure/blob/master/LICENSE.md */ /*csslint box-model:false*/ /* Box-model set to false because we're setting a height on select elements, which also have border and padding. This is done because some browsers don't render the padding. We explicitly set the box-model for select elements to border-box, so we can ignore the csslint warning. */
.pure-form input, .pure-form input, .pure-form input, .pure-form input, .pure-form input, .pure-form input, .pure-form input, .pure-form input, .pure-form input, .pure-form input, .pure-form input, .pure-form input, .pure-form input, .pure-form input, .pure-form select, .pure-form textarea {
padding: 0.5em 0.6em; display: inline-block; border: 1px solid #ccc; box-shadow: inset 0 1px 3px #ddd; border-radius: 4px; vertical-align: middle; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
/* Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector. */ .pure-form input:not() {
padding: 0.5em 0.6em; display: inline-block; border: 1px solid #ccc; box-shadow: inset 0 1px 3px #ddd; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */ /* May be able to remove this tweak as color inputs become more standardized across browsers. */ .pure-form input {
padding: 0.2em 0.5em;
}
.pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form input:focus, .pure-form select:focus, .pure-form textarea:focus {
outline: 0; border-color: #129FEA;
}
/* Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector. */ .pure-form input:not():focus {
outline: 0; border-color: #129FEA;
}
.pure-form input:focus, .pure-form input:focus, .pure-form input:focus {
outline: thin solid #129FEA; outline: 1px auto #129FEA;
} .pure-form .pure-checkbox, .pure-form .pure-radio {
margin: 0.5em 0; display: block;
}
.pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form input[disabled], .pure-form select, .pure-form textarea {
cursor: not-allowed; background-color: #eaeded; color: #cad2d3;
}
/* Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector. */ .pure-form input:not()[disabled] {
cursor: not-allowed; background-color: #eaeded; color: #cad2d3;
} .pure-form input, .pure-form select, .pure-form textarea {
background-color: #eee; /* menu hover bg color */ color: #777; /* menu text color */ border-color: #ccc;
}
.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
color: #b94a48; border-color: #e9322d;
} .pure-form input:focus:invalid:focus, .pure-form input:focus:invalid:focus, .pure-form input:focus:invalid:focus {
outline-color: #e9322d;
} .pure-form select {
/* Normalizes the height; padding is not sufficient. */ height: 2.25em; border: 1px solid #ccc; background-color: white;
} .pure-form select {
height: auto;
} .pure-form label {
margin: 0.5em 0 0.2em;
} .pure-form fieldset {
margin: 0; padding: 0.35em 0 0.75em; border: 0;
} .pure-form legend {
display: block; width: 100%; padding: 0.3em 0; margin-bottom: 0.3em; color: #333; border-bottom: 1px solid #e5e5e5;
}
.pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked input, .pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea {
display: block; margin: 0.25em 0;
}
/* Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector. */ .pure-form-stacked input:not() {
display: block; margin: 0.25em 0;
} .pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */ .pure-form-aligned .pure-help-inline, .pure-form-message-inline {
display: inline-block; *display: inline; *zoom: 1; vertical-align: middle;
} .pure-form-aligned textarea {
vertical-align: top;
}
/* Aligned Forms */ .pure-form-aligned .pure-control-group {
margin-bottom: 0.5em;
} .pure-form-aligned .pure-control-group label {
text-align: right; display: inline-block; vertical-align: middle; width: 10em; margin: 0 1em 0 0;
} .pure-form-aligned .pure-controls {
margin: 1.5em 0 0 11em;
}
/* Rounded Inputs */ .pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
border-radius: 2em; padding: 0.5em 1em;
}
/* Grouped Inputs */ .pure-form .pure-group fieldset {
margin-bottom: 10px;
} .pure-form .pure-group input, .pure-form .pure-group textarea {
display: block; padding: 10px; margin: 0 0 -1px; border-radius: 0; position: relative; top: -1px;
} .pure-form .pure-group input:focus, .pure-form .pure-group textarea:focus {
z-index: 3;
} .pure-form .pure-group input:first-child, .pure-form .pure-group textarea:first-child {
top: 1px; border-radius: 4px 4px 0 0; margin: 0;
} .pure-form .pure-group input:first-child:last-child, .pure-form .pure-group textarea:first-child:last-child {
top: 1px; border-radius: 4px; margin: 0;
} .pure-form .pure-group input:last-child, .pure-form .pure-group textarea:last-child {
top: -2px; border-radius: 0 0 4px 4px; margin: 0;
} .pure-form .pure-group button {
margin: 0.35em 0;
}
.pure-form .pure-input-1 {
width: 100%;
} .pure-form .pure-input-2-3 {
width: 66%;
} .pure-form .pure-input-1-2 {
width: 50%;
} .pure-form .pure-input-1-3 {
width: 33%;
} .pure-form .pure-input-1-4 {
width: 25%;
}
/* Inline help for forms */ /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */ .pure-form .pure-help-inline, .pure-form-message-inline {
display: inline-block; padding-left: 0.3em; color: #666; vertical-align: middle; font-size: 0.875em;
}
/* Block help for forms */ .pure-form-message {
display: block; color: #666; font-size: 0.875em;
}
@media only screen and (max-width : 480px) {
.pure-form button[type="submit"] { margin: 0.7em 0 0; } .pure-form input:not([type]), .pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form label { margin-bottom: 0.3em; display: block; } .pure-group input:not([type]), .pure-group input[type="text"], .pure-group input[type="password"], .pure-group input[type="email"], .pure-group input[type="url"], .pure-group input[type="date"], .pure-group input[type="month"], .pure-group input[type="time"], .pure-group input[type="datetime"], .pure-group input[type="datetime-local"], .pure-group input[type="week"], .pure-group input[type="number"], .pure-group input[type="search"], .pure-group input[type="tel"], .pure-group input[type="color"] { margin-bottom: 0; } .pure-form-aligned .pure-control-group label { margin-bottom: 0.3em; text-align: left; display: block; width: 100%; } .pure-form-aligned .pure-controls { margin: 1.5em 0 0 0; } /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */ .pure-form .pure-help-inline, .pure-form-message-inline, .pure-form-message { display: block; font-size: 0.75em; /* Increased bottom padding to make it group with its related input element. */ padding: 0.2em 0 0.8em; }
}