/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 8/9. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * Correct `inline-block` display not defined in IE 8/9. */ audio, canvas, video { display: inline-block; } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9. * Hide the `template` element in IE, Safari, and Firefox div { width: 500px; margin: 0 auto; } .info-view { padding: 15px; margin: 20px 0; position: relative; background: #fbfbfb; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #cbcbcb; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.09), inset 0px 0px 2px 2px rgba(255,255,255,0.5), inset 0 0 5px 5px rgba(255,255,255,0.4); box-shadow: 0px 1px 2px rgba(0,0,0,0.09), inset 0px 0px 2px 2px rgba(255,255,255,0.5), inset 0 0 5px 5px rgba(255,255,255,0.4); } .inner-view { border: 1px solid #cbcbcb; padding: 5px; } nav > a.active { text-decoration: underline; } dt { float: left; width: 100px; text-align: right; clear: left; font-weight: bold; } dt, dd { line-height: 30px; } h1, h2, h3, h4, h5, h6 { color: #333; margin: 0 0 10px; } p, ul, ol, table, pre, dl { margin: 0 0 20px; } h1, h2, h3 { line-height: 1.1; } h1 { font-size: 28px; } h2 { font-size: 24px; color: #393939; border-bottom: 1px solid #ddd; padding-bottom: 5px; } h3 { font-size: 18px; line-height: 24px; } h3, h4, h5, h6 { color: #666; } a { color: #ff5d55; text-decoration: underline; } a:hover { color: #ff2d22; } code { font-family: "Lucida Sans", Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; font-size: 13px; background: #eee; color: #666; margin: 0 4px; padding: 3px 6px; border: 1px solid #ccc; -webkit-border-radius: 2px; border-radius: 2px; } pre { padding: 8px 15px; background: #eee; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #ccc; overflow: auto; overflow-y: hidden; } .user { display: inline-block; padding: 2px; font-family: "Helvetica Neue", Helvetica, Arial, serif; text-align: center; } .user-details { width: 125px; } .cell { width: 125px; height: 160px; display: inline-block; } a, a:visited { color: #ff69b4; } .user-avatar { width: 100px; } .user-preview { width: 70px; } .user-preview > .user-avatar { width: 60px; } /*@ sourceMappingURL=app.css.map*/