body { font-family: 'Humbug', 'Helvetica Neue', Helvetica, Arial, sans-serif; overflow-y: scroll; } input, button, select, textarea { font-family: 'Humbug', 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: normal; } blockquote p { font-weight: normal; } .container-fluid { max-width: 1200px; margin: 0px auto; } #left-sidebar { max-width: 300px; } #right-sidebar { margin-left: 20px; } textarea, input { font-family: 'Humbug', Helvetica, Arial, sans-serif; } /* Override Bootstrap's fixed sizes for various elements */ textarea, label { font-size: inherit; line-height: inherit; } /* List of text-like input types taken from Bootstrap */ input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: inherit; height: 1.4em; } li, .table th, .table td { line-height: inherit; } .btn { font-size: inherit; height: auto; line-height: 100%; } .btn-large { font-size: 115%; } .navbar .brand { font-size: 140%; font-weight: 300; } /* Classes for hiding and showing controls */ .notdisplayed { display: none !important; } .notvisible { visibility: hidden !important; width: 0px !important; min-width: 0px !important; min-height: 0px !important; height: 0px !important; overflow: hidden !important; position: absolute !important; } /* Lighter strong */ strong { font-weight: 600; } /* Inline and block code */ code { /* 12/14 em, so bootstrap's default 12 px, when body is the default 14 px */ font-size: 0.857em; } pre { /* 13/14 em, so bootstrap's default 13 px, when body is the default 14 px */ font-size: 0.929em; line-height: inherit; white-space: pre; overflow-x: auto; word-wrap: normal; } pre code { white-space: pre; } /* Style inline code inside a link to look more like a normal link */ a code { color: #08C; border-color: #08C; } a:hover code { color: #005580; border-color: #005580; } .preserve_spaces { white-space: pre-wrap; } .sidebar-nav { background-color: white; padding: 0.5em; margin-top: 1em; overflow: hidden; text-overflow: ellipsis; } @media (max-width: 767px) { .sidebar-nav { background-color: white; padding: 0.5em; margin: 0px; border: 1px solid black; } } #left-sidebar .brand { display: table-row; } #left-sidebar .gravatar-profile { display: table-cell; } #my_information { display: table-cell; vertical-align: middle; padding-left: 0.5em; } #my_information .my_fullname { font-weight: bold; white-space: nowrap; } .my_email { font-weight: 300; } .logout { white-space: nowrap; } .new_message_button { padding-top: 1em; } .compose_private_button, .compose_stream_button { } .bottom_sidebar { margin-top: 1em; } #stream_filters { overflow-y: hidden; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin: 10px 10px 0; padding: 10px 0 10px 0; } #stream_filters:hover { overflow-y: auto; } #stream_filters li:hover { background-color: lightgrey; } #user_presences { list-style-position: inside; /* Draw the bullets inside our box */ margin-top: 1em; margin-left: 0; overflow-y: hidden; } #user_presences:hover { overflow-y: auto; } #user_presences li:hover { background-color: lightgrey; } #user_presences .user_sidebar_entry:hover { cursor: pointer; } #user_presences li { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } #user_presences li.user_active { list-style-image: url(/static/images/presence/user-active.png); } #user_presences li.user_away { list-style-image: url(/static/images/presence/user-away.png); } #user_presences li.user_idle { list-style-image: url(/static/images/presence/user-idle.png); } #user_presences .arrow { font-size: 1em; width: 2em; } #user_presences .arrow-real { display: none; } #user_presences li:hover .arrow-real { display: inline; cursor: pointer; } #user_presences a { color: #333; } ul.filters { list-style-type: none; padding-right: 1em; } ul.filters a { color: #333; } ul.filters hr { margin-top: 10px; margin-bottom: 10px; } li.active-filter, li.active-subject-filter { font-weight: bold; } li.hidden-filter { visibility: hidden; display: none; } ul.filters { margin-left: 9px; } ul.filters .count { margin-left: 0.5em; display: none; } ul.filters i { padding-right: 0.25em; } ul.filters .arrow { margin-right: 5em; font-size: 1em; display: none; } ul.filters li:hover .arrow { display: inline; cursor: pointer; } ul.filters li.out_of_home_view { opacity: 0.25; } .message_list { /* If we change this color, we must change message_reply_fade */ background-color: aliceblue; } .message_area_padder { margin-top: 10px; padding-left: 5px; padding-right: 5px; /* This is needed for the floating recipient bar in Firefox only, for some reason; otherwise it gets a scrollbar */ overflow: visible; } @media (max-width: 480px) { .message_area_padder { padding-left: 10px; padding-right: 10px; } } .message_comp { border: 1px solid #EEE; background-color: white; padding: 8px 20px 8px 10px; box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3); border-top-left-radius: 6px; border-top-right-radius: 6px; } td.pointer { vertical-align: top; padding-top: 10px; background-color: #fff; } .selected_message .messagebox, .selected_message .message_data { background-color: #f7f7f7; } .selected_message .inline_profile_picture { border-color: #AAA; } .selected_message.private-message .inline_profile_picture { border-color: #AAA; } .selected_message .info { visibility: visible; } .selected_message.private-message .message_data, .selected_message.private-message .messagebox, .new_private_messages { background-color: #feffcc; } .new_private_messages, .new_private_messages_fadeout { -webkit-transition: all 3s ease-in-out; -moz-transition: all 3s ease-in-out; -o-transition: all 3s ease-in-out; transition: all 3s ease-in-out; } .selected_message .pointer, .selected_message.mention .pointer { background-color: #1f2170; } .private-message.selected_message .pointer { background-color: #1f2170; } /* .window_blurred .selected_message .pointer { background-color: #9bc; } */ /* Adjust certain message elements so they still stand out against the grey background */ .selected_message pre { background-color: white; } .selected_message code { background-color: white; } .selected_message blockquote { border-left-color: #BBB; } .message_time { position: absolute; right: -38px; top: 7px; display: inline-block; font-weight: normal; font-size: 75%; line-height: 100%; color: #999; } .message_hovered .message_time, .selected_message .message_time { right: -23px; } .message_controls { display: inline-block; position: absolute; top: 2px; right: -58px; } .message_data { vertical-align: top; text-align: left; padding: 0px; background-color: #fff; position: relative; } .include-sender .message_time { top: 7px; } .ztable_layout_row { visibility: collapse; } .ztable_col1, .ztable_comp_col1 { /* pointer */ width: 2px; } .ztable_col2 { /* subjectname */ } .ztable_col3 { /* sender's gravatar and date */ width: 0px; } .ztable_col4 { width: 2px; } .ztable_comp_col2 { width: 60px; } .ztable_comp_col3 { } .message_header { vertical-align: middle; text-align: left; /* We can overflow-y if the font size gets big */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; line-height: 14px; padding: 3px 0px 2px 5px; } .message_header_stream { background-color: #bbb; } .message_header_private_message { background-color: #444; } .private-message .messagebox, .private-message .message_data, .private-message .pointer { background-color: #FEFFE0; } .mention .messagebox, .mention .message_data, .mention .pointer { background-color: #FFE4E0; } .selected_message.mention .messagebox, .selected_message.mention .message_data { background-color: #FFE0DC; } .selected_message.private-message.mention .messagebox, .selected_message.private-message.mention .message_data { background-color: #FFE0DC; } .message_sender { height: 0px; vertical-align: top; position: relative; } .sender_name { color: #333; display: inline-block; font-weight: bold; line-height: 5px; } .actions_hovered .sender_name { color: #0088CC; } .actions_hovered .inline_profile_picture { border-color: #0088CC; } .message_label_clickable:hover { cursor: pointer; color: #08C; } .edit_subject { opacity: .7; } .edit_subject:hover { cursor: pointer; opacity: 1.0; } /* Brighten text because of the dark background */ .dark_background { color: white; } .dark_background .message_label_clickable:hover { color: #3BF; } .message_top_line { position: relative; } .message-right { float: right; } .small { font-size: 80%; } .actions_hovered .message_time { color: #0088CC; cursor: pointer; } .message_hovered .info { visibility: visible; } .actions_hovered .info { opacity: 1; } .actions_hovered .actions_link { text-decoration: underline; } table.message_table { table-layout: fixed; margin-left: auto; display: none; width: 100%; } table.compose_table { table-layout: fixed; margin-left: auto; width: 100%; } table.focused_table { display: table; } .message_content { margin-top: 3px; line-height: 18px; } @media (max-width: 480px) { .message_content { margin-right: 5px; } } .message_content.condensed { max-height: 8.5em; overflow: hidden; } .message_content.collapsed { max-height: 0em; overflow: hidden; } .message_length_controller { display: none; text-align: center; color: #0088CC; /* to match .message_content */ margin-left: 5px; margin-right: 35px; } .message_length_controller:hover { text-decoration: underline; } blockquote { margin-bottom: 6px; } blockquote p { line-height: inherit; font-size: inherit; } .messagebox { padding: 7px 60px 0px 7px; background-color: #fff; word-wrap: break-word; cursor: pointer; vertical-align: top; } .messagebox p { margin-bottom: 6px; } .messagebox blockquote { padding-left: 5px; margin-left: 10px; } #send_message_form { margin: 0px; } #send_message_form .messagebox { /* normally 5px 14px; pull in the right and bottom a bit */ padding-right: 5px; padding-bottom: 0px; border-top-width: 1px; cursor: default; } #enter-sends-label { margin-bottom: 0px; margin-top: 2px; } #send_message_form .message_content { display: table-row; margin-right: 0px; } #compose-send-button { height: 31px; /* Same as height of compose textarea. */ } #below-compose-content { display: table-row; font-size: 80%; white-space: nowrap; padding-top: 6px; } .bookend { padding-top: 10px; } .prev_is_same_sender.messagebox { padding-top: 0px; } .prev_is_same_sender.message_data { padding-top: 0px; } .next_is_same_sender { border-bottom: 0px; padding-bottom: 0px; } .profile_picture { display: block; float: right; margin-top: 5px; max-height: 15px; width: 15px; height: 15px; cursor: pointer; border-radius: 30px; -moz-box-shadow: 1px 1px 1px #777 inset; -webkit-box-shadow: 1px 1px 1px #777 inset; box-shadow: 1px 1px 1px #777 inset; background-size: 15px 15px; } .inline_profile_picture { display: inline-block; width: 20px; height: 20px; background-size: 20px 20px; border-radius: 20px; border: 1px solid #CCC; vertical-align: middle; position: relative; left: -1px; } #compose { position: fixed; bottom: 0px; background: white; z-index: 1; } /* Like .nav-tabs > li > a */ #send-status { width: 90%; padding: 8px 14px 8px 14px; line-height: 20px; display: none; } /* Like .alert .close */ .send-status-close { font-size: 17px; font-weight: bold; color: black; text-shadow: 0 1px 0 white; opacity: .2; filter: alpha(opacity=20); float: right; } .send-status-close:hover { cursor: pointer; opacity: .4; filter: alpha(opacity=40); } .home-error-bar { margin-top: 5px; display: none; } .streamname { font-weight: bold; } .home-error-bar .alert { margin-bottom: auto; } textarea.new_message_textarea { display: table-cell; width: 99%; height: 1.5em; max-height: 11em; margin-bottom: 0px; resize: none; } input.recipient_box { margin-bottom: 0px; margin-top: 0px; } #stream.recipient_box { width: 20%; } #subject.recipient_box { width: 15%; } #private_message_recipient.recipient_box { width: 72%; } #left-of-compose { vertical-align: top; padding-top: 3px; } #send_controls { display: table-cell; vertical-align: bottom; padding-left: 15px; /* jQuery's slideDown() animation seems to compute the target height by drawing these elements in an (offscreen) context where they would reflow onto multiple lines. We need to prevent that in order to avoid an animation glitch. See: http://is.gd/EVJFZ8 */ white-space: nowrap; /* This white-space nowrap is also critical for making sure that the button doesn't get smushed as the textarea expands; clearly the button is taking up more than the 1% width specified below. */ width: 1%; } #navbar-spacer { /* A spacer that is exactly a navbar size, so that all content gets pushed unerneath it */ width: 100%; height: 40px; } .brand { cursor: pointer; } #navbar-middle { display: table-row; } .brand.skinny-user-gravatar { display: table-cell; padding-top: 5px; padding-bottom: 0px; margin-bottom: 5px; white-space: nowrap; } #searchbox { display: table-cell; width: 99%; } #tab_bar { position: fixed; top: 41px; background-color: #FFFFFF; z-index: 2; padding-top: 10px; } #tab_list { list-style: none; height: 20px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 5px; border-bottom: 3px solid #7dcbff; } #tab_list li { list-style-type: none; display: block; float: left; font-weight: 600; margin: 0px 0px 0px 5px; padding: 0px 5px 0px 5px; height: 20px; } #tab_list li.narrow_spacer { margin: 0px 0px 0px 5px; padding: 0px 0px 0px 0px; } #tab_list a { text-decoration: none; color: inherit; } #tab_list .inactive { background-color: #DDDDDD; } #tab_list .private_message { background-color: #444; } #tab_list li.active { background-color: #DDDDDD; height: 22px; border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #7dcbff; border-style: solid; } #tab_list .root { background-color: #7dcbff; } .colorize_tab_outline { border-color: #7dcbff; } #tab_bar_underpadding { position: fixed; z-index: 10; top: 74px; background-color: #FFF; height: 6px; } #navbar-buttons { display: table-cell; white-space: nowrap; width: 1%; } #navbar-buttons ul.nav { margin: 0px; /* Firefox-specific hack; Technically white-space: nowrap applies to text, not "stuff in general", so in Firefox without this, the