body { font-family: sans-serif; } * { word-break: break-word; } a:link, a:visited, a:active { color: #0088cc; text-decoration: none; } a:hover, a:focus { color: #005580; text-decoration: underline; } .screen { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; overflow-y: hidden; } .column { display: flex; flex-direction: column; min-height:0px; } .row { display: flex; flex-direction: row; min-height:0px; } .end { justify-content: flex-end; } .wrap { display: flex; flex-direction: row; flex-wrap: wrap; } .no-shrink { flex-shrink: 0; } .expand { justify-content: space-between; } .scroll-y { overflow-y: auto; min-height: 0px; } .scroll-x { overflow-x: auto; min-width: 0px; } pre { white-space: pre-wrap; word-wrap: break-word; } .wide { width: 100%; } p { margin-top: .35ex; } hr { border: solid #eee; clear: both; border-width: 1px 0 0; height: 0; margin-bottom: .9em; } input, textarea { border: none; border-radius: .2em; font-family: sans-serif; } input:focus, .compose:focus, .message:focus, button:focus { outline: none; border-color: #0088cc; box-shadow: 0 0 4px #0088cc; } textarea { padding: .5em; } textarea:focus { outline: none; border-color: none; box-shadow: none; } button { background: #fff; color: #666; border: 1px solid #bbb; border-radius: .5em; padding: .7em; margin: .5em; cursor: pointer; text-transform: uppercase; font-weight: bold; font-size: .7em; } button:hover { background: #ccc; border: 1px solid #bbb; } .menu { position: absolute; top: .5em; right: .5em; padding-top: .5em; padding-bottom: .5em; padding-right: 1em; padding-left: 1em; background: #f5f5f5; border: 1px solid #eee; box-shadow: 3px 0px 3px #ccc; border-radius: .2em; } /* scrolling feeds, threads */ .scroller { width: 100%; } .scroller__wrapper { flex: 1; max-width: 600px; margin-left: auto; margin-right: auto; } /* compose */ .compose { width: 100%; margin-top: .5em; margin-bottom: .5em; box-shadow: #dadada 1px 2px 8px; } .compose button { float: right; } /* messages */ .message { word-wrap: break-word; margin-bottom: 1em; padding: 0.3rem; border-radius: 2px; box-shadow: #dadada 1px 2px 8px; background: white; } .message--mini { margin-bottom: 1em; padding: ; border-radius: 0; box-shadow: none; background: inherit; } .message_content div > span { font-size: 0.8rem; margin-bottom: 0.7rem; display: block; color: #888; } .message_content--mini div > span { display: inline-block; } .message_content div > span a { color: #005d8c; } .message_meta input { font-size: .8em; } .message_meta { margin-left: auto; } .message_meta > * { margin-left: .5ex; } .message_actions { float: right; margin-right: .5ex; margin-bottom: .5ex; } .title { padding: .5ex; } .message img { max-width: 100%; } .message > .title > .avatar { margin-left: 0; } .message_content { padding: .5ex; } .actions > * { padding-left: 5px; margin-left: 1px; } .actions > :not(:last-child) { border-right: 2px solid #eee; padding-right: 5px; } /* -- suggest box */ .suggest-box > * { display: block; } .suggest-box ul { list-style-type: none; padding-left: -2em; } .suggest-box .selected { background: #eee; } .suggest-box { width: max-content; background: white; border-radius: 1em; } /* avatar */ .avatar--large, .avatar--thumbnail, .avatar--fullsize { border: 1px solid #eee; } .avatar--large { width: 10em; height: 10em; } .avatar--thumbnail { width: 2.5em; height: 2.5em; margin-right: .5ex; } .avatar--fullsize { width: 100%; } .profile { padding: .5ex; overflow: auto; } .profile input { width: 100%; } .profile__info { margin-left: .5em; } /* lightbox - used in message-confirm */ .lightbox { overflow: auto; padding: 1.5em; margin-top: 3em; margin-bottom: 3em; width: 600px; background: #f5f5f5; margin-left: auto; margin-right: auto; border: 1px solid #eee; border-radius: .2em; box-shadow: #dadada 1px 2px 8px; } /* searchprompt */ .searchprompt { float: left; width: 85%; height: 2em; margin-top: .3em; border-radius: 1em; padding-left: .2em; margin-left: 1em; margin-right: 1em; } /* TextNodeSearcher highlights */ .highlight { background: #f5f5f5; } /* avatar editor */ .hypercrop__canvas { width: 100%; } /* gitssb */ .git-table-wrapper { max-height: 12em; overflow: auto; word-break: break-all; margin: 1em 0; } .git-table-wrapper table { width: 100%; } /* --- network status --- */ .status { width: .7em; height: .7em; margin: .7em; border-radius: 100%; background: #08c; } .error { background: red; } /* tabs */ .header { background: #f5f5f5; border-bottom: 1px inset; box-shadow: 3px 0px 3px #ccc; flex-shrink: 0; } .header__tabs { width: 100%; min-width: 0px; } /* --- hypertabs ------- */ .hypertabs__tabs { min-width: 0px; width: 100%; } .hypertabs__tab { overflow-x: hidden; min-width: 0px; width: 100%; } .hypertabs__button { overflow-x: hidden; min-width: 0px; width: 100%; } .hypertabs__tab { color: black; background: #f5f5f5; border-top-left-radius: 5px; margin-left: -3px; border-bottom: none; padding-top: .56em; padding-left: 1em; border-left: 1px solid #ddd; width: 100%; } .hypertabs__tab > a { color: #666; text-decoration: none; white-space: nowrap; font-size: .9em; } .hypertabs--selected { font-weight: bold; background: #eee; border-top-right-radius: 5px; z-index: 1; } .hypertabs__x { display: none; transform: translate(-4px, -3px); } .hypertabs--selected .hypertabs__x { display: block; } .screen { background: #f5f5f5 } /* progress bar */ .hyperprogress__bar { background: darkgrey; } .hyperprogress__liquid { background: lightblue; }