Added PICKLES CSS

This commit is contained in:
Josh Sherman 2012-10-10 21:39:30 -04:00
parent e7c7550ced
commit b890cec30e
3 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,28 @@
body
{
padding-top: 40px;
}
.btn:active
{
margin-top: 2px;
}
input.error, .error
{
color: #b94a48;
border-color: #ee5f5b;
}
label.error
{
font-style: italic;
}
input.error:focus, .error:focus
{
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}

1
bootstrap/public/css/core.min.css vendored Normal file
View file

@ -0,0 +1 @@
body{padding-top:40px}.btn:active{margin-top:2px}input.error,.error{color:#b94a48;border-color:#ee5f5b}label.error{font-style:italic}input.error:focus,.error:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}

42
bootstrap/public/css/foundation.css vendored Normal file
View file

@ -0,0 +1,42 @@
.clear { clear: both }
.clear-left { clear: left }
.clear-right { clear: right }
.pointer { cursor: pointer }
.hidden { display: none }
.float-left { float: left }
.float-right { float: right }
.italic { font-style: italic }
.oblique { font-style: oblique }
.small-caps { font-variant: small-caps }
.bold { font-weight: bold }
.absolute { position: absolute }
.fixed { position: fixed }
.relative { position: relative }
.center { text-align: center }
.left { text-align: left }
.right { text-align: right }
.underline { text-decoration: underline }
.overline { text-decoration: overline }
.strike { text-decoration: line-through }
.blink { text-decoration: blink }
.upper { text-transform: uppercase }
.lower { text-transform: lowercase }
.capitalize { text-transform: capitalize }
.top { vertical-align: top }
.middle { vertical-align: middle }
.bottom { vertical-align: bottom }
.nowrap { white-space: nowrap }
.normal { text-transform: none; font-style: normal; font-weight: normal; text-decoration: none }