body { margin: 0; background: #f5f5f5; font-family: sans-serif; color: #111; font-size: 14px; line-height: 20px; } #screen { position: absolute; top: 32px; bottom: 0px; left: 0px; right: 0px; } .hyperscroll { width: 100%; } .search { margin-top: 1.5px; float: right; width: 200px; } .header { padding-bottom: .7em; border-bottom: 1px solid #ddd; } a { color: #004aff; } /*a:visited { color: #666; }*/ a:hover { color: #666; } h1, h2, h3, h4, h5, h6 { font-size: 1.2em; margin-top: .35ex; } hr { border: solid #ddd; clear: both; border-width: 1px 0 0; height: 0; margin-bottom: .9em; } p { margin-top: .35ex; margin-bottom: 10px; } .navbar a { color: #999; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); text-decoration: none; } .navbar a:hover, .navbar a:focus { color: #fff; text-decoration: none; } .navbar { background: #1b1b1b; background: linear-gradient(#222, #111); } .navbar { width: 100%; position: fixed; z-index: 1000; margin: 0; padding-top: .3em; padding-bottom: .3em; left: 0; right: 0; top: 0; } .navbar .internal { max-width: 97%; margin-left: auto; margin-right: auto; } .navbar li { margin-top: .3em; float: left; margin-right: .6em; margin-left: .3em; list-style-type: none; } .navbar li.right { padding-left: .4em; padding-right: .4em; margin-top: .3em; margin-right: 1.7em; float: right; list-style-type: none; background: #333; border-radius: 100%; } .hyperscroll > .content { max-width: 780px; margin-left: auto; margin-right: auto; } .message, .message > *, .navbar, .navbar > * { animation: fadein .5s; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } .message { display: block; margin: .6em; background: #fff; padding: .7em; border-radius: 3px; border: 1px solid #ddd; } .message img, .message video { max-width: 100%; } img { border-radius: 3px; } .timestamp, .votes { float: right; } .avatar--small img { vertical-align: top; width: 1.4em; height: 1.4em; margin-right: .2em; } .avatar--medium img { float: left; vertical-align: top; width: 5em; height: 5em; margin-right: .5em; margin-bottom: .5em; } .compose, textarea, input { font-family: sans-serif; font-size: 14px; line-height: 20px; background: #eee; border: none; border-radius: 3px; } textarea { width: 100%; height: 100px; } .compose:hover { #background: #141414; } .compose:focus { outline: none; } .emoji { padding: .2em; } .right { float: right; margin-right: .25em; } .emoji { *float: left; width: 1em; vertical-align: top; } pre { width: 100%; display: block; } code { display: inline-block; vertical-align: bottom; } code, pre { overflow: auto; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: -moz-pre-wrap; white-space: pre-wrap; white-space: pre\9; } code, pre { font-size: 12px; } pre { margin: 0 0 10px; font-size: 13px; line-height: 20px; } button {margin: 0; margin-top: -.2em;} input {width: 88%; } #profile input {width: 50%;} .btn { padding: 2px 6px; margin-bottom: 0; margin-right: .2em; font-size: 14px; line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; }