2012-09-10 20:31:53 +02:00
|
|
|
body {
|
2012-10-29 18:02:06 +01:00
|
|
|
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
|
2012-10-24 00:13:48 +02:00
|
|
|
overflow-y: scroll;
|
2012-09-11 20:25:29 +02:00
|
|
|
}
|
|
|
|
|
2012-10-24 23:16:43 +02:00
|
|
|
textarea, input {
|
2012-10-29 18:02:06 +01:00
|
|
|
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
|
2012-10-24 23:16:43 +02:00
|
|
|
}
|
|
|
|
|
2012-10-19 19:37:42 +02:00
|
|
|
code {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2012-10-21 01:26:26 +02:00
|
|
|
pre code {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
2012-11-27 19:14:05 +01:00
|
|
|
/* 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;
|
|
|
|
}
|
|
|
|
|
2012-11-29 18:38:18 +01:00
|
|
|
.preserve_spaces {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
2012-09-11 20:25:29 +02:00
|
|
|
.sidebar-nav {
|
2012-10-05 17:46:07 +02:00
|
|
|
background-color: white;
|
2012-10-11 00:55:00 +02:00
|
|
|
padding: 0.5em;
|
2013-01-16 21:42:35 +01:00
|
|
|
margin-top: 1em;
|
2012-11-15 23:46:14 +01:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2012-10-11 22:34:57 +02:00
|
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.sidebar-nav {
|
|
|
|
background-color: white;
|
|
|
|
padding: 0.5em;
|
|
|
|
margin: 0px;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
2012-10-11 00:55:00 +02:00
|
|
|
}
|
|
|
|
|
2012-10-11 22:34:57 +02:00
|
|
|
#nav_whitespace {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.my_fullname {
|
2012-09-10 20:31:53 +02:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 150%;
|
2012-11-15 23:46:14 +01:00
|
|
|
white-space: nowrap;
|
2012-08-29 00:36:30 +02:00
|
|
|
}
|
2012-09-13 22:20:07 +02:00
|
|
|
.my_email {
|
2012-10-12 05:10:48 +02:00
|
|
|
color: grey;
|
|
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.my_fullname {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
.my_email {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
2012-08-29 00:36:30 +02:00
|
|
|
}
|
|
|
|
|
2012-11-02 22:19:12 +01:00
|
|
|
.logout {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2012-10-12 05:10:48 +02:00
|
|
|
|
2012-10-11 23:11:30 +02:00
|
|
|
.new_message_button {
|
|
|
|
padding-top: 1em;
|
|
|
|
}
|
2013-02-06 19:48:26 +01:00
|
|
|
|
|
|
|
.bottom_sidebar {
|
|
|
|
margin-top: 1em;
|
2013-02-09 04:52:55 +01:00
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
.bottom_sidebar:hover {
|
2013-02-06 19:48:26 +01:00
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
2013-02-12 05:15:19 +01:00
|
|
|
#user_presences li {
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
#user_presences li.active-icon {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
#user_presences li.active-icon:before {
|
|
|
|
content: url(/static/images/green-dot.png);
|
|
|
|
margin-right: 6px; /* +9px image = 15px */
|
|
|
|
}
|
|
|
|
|
2013-02-06 19:48:26 +01:00
|
|
|
ul.filters {
|
|
|
|
list-style-type: none;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters a {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters hr {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.active-filter {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-10-12 01:02:44 +02:00
|
|
|
.phone_new_message_button {
|
|
|
|
margin-top: 5px;
|
2012-11-08 19:09:15 +01:00
|
|
|
float: left;
|
2012-10-12 01:02:44 +02:00
|
|
|
}
|
2012-08-29 18:11:15 +02:00
|
|
|
|
2012-10-05 17:46:07 +02:00
|
|
|
#application_area {
|
2012-08-29 18:11:15 +02:00
|
|
|
}
|
2012-08-29 18:29:01 +02:00
|
|
|
|
2012-10-10 00:05:37 +02:00
|
|
|
.message_list {
|
2012-10-11 18:06:31 +02:00
|
|
|
max-width: 640px;
|
2012-09-17 22:58:05 +02:00
|
|
|
background-color: aliceblue;
|
2012-10-11 00:24:18 +02:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 20px;
|
2012-10-19 20:46:48 +02:00
|
|
|
overflow-x: hidden;
|
2012-09-25 22:18:25 +02:00
|
|
|
}
|
2013-01-17 16:16:02 +01:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
.message_list {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
2012-09-25 22:18:25 +02:00
|
|
|
|
2012-10-10 00:06:04 +02:00
|
|
|
.message_comp {
|
2012-10-09 20:29:06 +02:00
|
|
|
display: none;
|
2012-09-14 18:19:16 +02:00
|
|
|
border: 1px solid #EEE;
|
2012-10-11 20:58:44 +02:00
|
|
|
max-width: 640px;
|
|
|
|
background-color: white;
|
2013-01-14 17:46:26 +01:00
|
|
|
padding: 8px 20px 8px 10px;
|
2012-11-05 19:57:09 +01:00
|
|
|
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
|
|
|
|
border-top-left-radius: 6px;
|
|
|
|
border-top-right-radius: 6px;
|
2012-08-29 18:54:58 +02:00
|
|
|
}
|
|
|
|
|
2012-09-10 21:14:01 +02:00
|
|
|
td.pointer {
|
|
|
|
vertical-align: top;
|
2012-09-10 21:16:17 +02:00
|
|
|
padding-top: 10px;
|
2012-10-02 20:47:01 +02:00
|
|
|
}
|
|
|
|
|
2013-01-10 17:18:15 +01:00
|
|
|
.selected_message .messagebox {
|
2013-01-11 22:04:54 +01:00
|
|
|
background-color: #F7F7F7;
|
2013-01-10 17:18:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.selected_message .messagebox.private-message {
|
2013-01-11 22:04:54 +01:00
|
|
|
background-color: #FEFFCC;
|
2013-01-10 17:18:15 +01:00
|
|
|
}
|
|
|
|
|
2012-10-10 16:17:58 +02:00
|
|
|
.selected_message .pointer {
|
2013-01-08 23:34:20 +01:00
|
|
|
background-color: #08c;
|
2012-10-15 19:24:34 +02:00
|
|
|
}
|
|
|
|
|
2013-02-04 21:31:34 +01:00
|
|
|
/* 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;
|
|
|
|
}
|
|
|
|
|
2012-10-10 00:06:50 +02:00
|
|
|
.message_picture {
|
2012-09-10 20:31:53 +02:00
|
|
|
vertical-align: top;
|
2012-09-27 21:37:14 +02:00
|
|
|
text-align: right;
|
2012-10-17 22:03:00 +02:00
|
|
|
padding-right: 7px;
|
2012-09-27 21:37:14 +02:00
|
|
|
padding-top: 5px;
|
2012-10-02 20:47:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-15 22:35:46 +02:00
|
|
|
.ztable_layout_row {
|
|
|
|
visibility: collapse;
|
|
|
|
}
|
2013-01-07 23:57:04 +01:00
|
|
|
.ztable_col1 { /* sender's gravatar */
|
2012-10-17 22:03:00 +02:00
|
|
|
width: 46px;
|
2012-10-02 20:47:01 +02:00
|
|
|
}
|
2013-01-07 23:41:36 +01:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
.ztable_col1 {
|
|
|
|
width: 0px;
|
|
|
|
}
|
|
|
|
}
|
2012-10-02 20:47:01 +02:00
|
|
|
.ztable_col2 { /* pointer */
|
|
|
|
width: 2px;
|
|
|
|
}
|
2012-10-11 00:01:39 +02:00
|
|
|
.ztable_col3 { /* subjectname */
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2012-09-10 21:14:01 +02:00
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
.message_header {
|
2012-09-27 21:34:15 +02:00
|
|
|
vertical-align: middle;
|
2012-10-17 22:03:00 +02:00
|
|
|
text-align: left;
|
2012-09-26 20:27:38 +02:00
|
|
|
overflow-x: hidden;
|
2012-10-02 20:47:01 +02:00
|
|
|
text-overflow: ellipsis;
|
2012-09-26 20:27:38 +02:00
|
|
|
white-space: nowrap;
|
2012-10-17 22:03:00 +02:00
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 14px;
|
2012-09-26 20:27:38 +02:00
|
|
|
}
|
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
.message_header_stream {
|
2012-10-11 00:57:22 +02:00
|
|
|
background-color: #bbb;
|
2012-09-26 20:27:38 +02:00
|
|
|
border: 1px solid grey;
|
2012-09-20 21:33:45 +02:00
|
|
|
}
|
|
|
|
|
2012-12-03 19:49:12 +01:00
|
|
|
.message_header_private_message {
|
2012-09-28 20:34:09 +02:00
|
|
|
color: white;
|
2012-09-28 20:47:54 +02:00
|
|
|
background-color: #444;
|
2012-10-16 04:29:49 +02:00
|
|
|
border: 1px solid #444;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
.message_header.left_part {
|
|
|
|
border-right: 0px;
|
|
|
|
}
|
|
|
|
.message_header.right_part {
|
|
|
|
border-left: 0px;
|
|
|
|
}
|
|
|
|
|
2012-11-08 00:38:21 +01:00
|
|
|
.messagebox.private-message {
|
2012-09-28 21:59:43 +02:00
|
|
|
border-color: #444;
|
2012-10-23 19:54:50 +02:00
|
|
|
border-width: 0px 1px 1px 1px;
|
2012-10-11 00:57:22 +02:00
|
|
|
background-color: #feffe0;
|
2012-09-28 18:11:27 +02:00
|
|
|
}
|
|
|
|
|
2012-10-09 23:58:24 +02:00
|
|
|
.sender_name {
|
2012-11-05 20:44:41 +01:00
|
|
|
color: black;
|
2012-09-10 20:31:53 +02:00
|
|
|
font-weight: bold;
|
2012-09-11 19:20:01 +02:00
|
|
|
}
|
|
|
|
|
2013-02-11 19:21:58 +01:00
|
|
|
.actions_hovered .sender_name {
|
|
|
|
color: #0088CC;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2012-10-09 23:49:46 +02:00
|
|
|
.message_label_clickable:hover {
|
2012-09-11 17:32:04 +02:00
|
|
|
cursor: pointer;
|
2012-09-11 17:49:13 +02:00
|
|
|
color: #08C;
|
2012-09-11 17:32:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-23 00:29:40 +02:00
|
|
|
/* Brighten hover because of the dark background */
|
2012-12-03 19:49:12 +01:00
|
|
|
.recipient_row .message_header_private_message:hover {
|
2012-10-23 00:29:40 +02:00
|
|
|
color: #3BF;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:11:08 +01:00
|
|
|
.message_top_line {
|
|
|
|
/* Move the float out of the way of the contents */
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-10-10 16:27:39 +02:00
|
|
|
.message_time {
|
2012-09-10 20:31:53 +02:00
|
|
|
color: gray;
|
2012-09-13 19:15:20 +02:00
|
|
|
font-size: 90%;
|
2012-08-29 18:29:01 +02:00
|
|
|
}
|
|
|
|
|
2013-02-11 19:21:58 +01:00
|
|
|
.actions_hovered .message_time {
|
|
|
|
color: #0088CC;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2013-02-09 08:11:08 +01:00
|
|
|
.actions_link {
|
|
|
|
font-size: 90%;
|
|
|
|
color: #0088CC;
|
|
|
|
margin-right: 6px;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_hovered .actions_link {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions_hovered .actions_link {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2012-10-09 23:53:06 +02:00
|
|
|
table.message_table {
|
2012-09-11 17:56:34 +02:00
|
|
|
table-layout: fixed;
|
2012-09-11 19:42:06 +02:00
|
|
|
margin-left: auto;
|
2012-09-13 22:00:11 +02:00
|
|
|
display: none;
|
2012-10-02 20:47:01 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-10-09 23:56:16 +02:00
|
|
|
table.compose_table {
|
2012-10-02 20:47:01 +02:00
|
|
|
table-layout: fixed;
|
2012-10-11 20:58:44 +02:00
|
|
|
margin-left: auto;
|
|
|
|
width: 100%;
|
2012-09-13 22:00:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.focused_table {
|
|
|
|
display: table;
|
2012-09-11 17:56:34 +02:00
|
|
|
}
|
|
|
|
|
2012-10-10 00:02:28 +02:00
|
|
|
.message_content {
|
2012-09-26 20:27:38 +02:00
|
|
|
margin-left: 5px;
|
2012-10-11 21:54:57 +02:00
|
|
|
margin-right: 35px; /* size of the timestamp */
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2013-01-17 16:16:02 +01:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
.message_content {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
2012-09-11 19:06:07 +02:00
|
|
|
|
2012-09-17 21:57:58 +02:00
|
|
|
blockquote {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2012-09-17 23:28:56 +02:00
|
|
|
blockquote p {
|
|
|
|
line-height: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
.messagebox {
|
2012-10-11 21:54:57 +02:00
|
|
|
padding: 5px 14px;
|
2012-09-10 20:31:53 +02:00
|
|
|
background-color: white;
|
|
|
|
border: 1px solid gray;
|
2012-09-28 18:11:27 +02:00
|
|
|
border-width: 0px 1px 1px 1px;
|
2012-10-05 21:57:22 +02:00
|
|
|
word-wrap: break-word;
|
2012-11-06 19:46:28 +01:00
|
|
|
cursor: pointer;
|
2012-09-18 23:19:29 +02:00
|
|
|
}
|
|
|
|
|
2013-01-10 23:57:12 +01:00
|
|
|
#send_message_form {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2012-12-07 21:57:35 +01:00
|
|
|
#send_message_form .messagebox {
|
2013-01-11 23:18:27 +01:00
|
|
|
/* normally 5px 14px; pull in the right and bottom a bit */
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-bottom: 0px;
|
2012-12-07 21:57:35 +01:00
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2013-01-10 23:57:12 +01:00
|
|
|
#send_message_form .message_content {
|
|
|
|
display: table-row;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
2013-01-11 23:18:27 +01:00
|
|
|
#tab-enter-message {
|
|
|
|
display: table-row;
|
|
|
|
font-size: 80%;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2012-10-02 19:26:51 +02:00
|
|
|
.messagebox p {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
.bookend {
|
2012-09-26 20:27:38 +02:00
|
|
|
padding-top: 10px;
|
2012-08-29 18:29:01 +02:00
|
|
|
}
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
.prev_is_same_sender {
|
2012-09-13 22:00:11 +02:00
|
|
|
padding-top: 0px;
|
|
|
|
}
|
2012-09-24 22:28:02 +02:00
|
|
|
|
|
|
|
.next_is_same_sender {
|
2012-09-19 19:15:12 +02:00
|
|
|
border-bottom: 0px;
|
|
|
|
padding-bottom: 0px;
|
2012-09-13 22:00:11 +02:00
|
|
|
}
|
|
|
|
|
2012-09-10 20:31:53 +02:00
|
|
|
img.profile_picture {
|
2012-09-26 22:34:24 +02:00
|
|
|
display: block;
|
2012-09-26 20:27:38 +02:00
|
|
|
float: right;
|
|
|
|
margin-top: 5px;
|
2012-09-10 20:31:53 +02:00
|
|
|
max-height: 30px;
|
2012-09-13 03:57:32 +02:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
2012-11-06 19:46:28 +01:00
|
|
|
cursor: pointer;
|
2012-08-29 18:29:01 +02:00
|
|
|
}
|
2013-01-07 23:41:36 +01:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
img.profile_picture {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
img.inline_profile_picture {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
img.inline_profile_picture {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
2012-08-29 18:29:01 +02:00
|
|
|
|
2012-10-09 23:56:16 +02:00
|
|
|
#compose {
|
2012-10-09 19:53:21 +02:00
|
|
|
visibility: hidden;
|
2012-09-10 20:31:53 +02:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
background: white;
|
2012-10-11 20:58:44 +02:00
|
|
|
max-width: 670px;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
|
|
|
|
2012-08-30 18:24:16 +02:00
|
|
|
/* Like .nav-tabs > li > a */
|
|
|
|
#send-status {
|
2012-10-11 20:58:44 +02:00
|
|
|
width: 90%;
|
2012-08-30 18:24:16 +02:00
|
|
|
padding: 8px 14px 8px 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2012-08-30 21:35:56 +02:00
|
|
|
|
|
|
|
/* 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);
|
|
|
|
margin-left: 5px;
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
|
2012-10-03 22:50:32 +02:00
|
|
|
.composebox-close {
|
2012-10-11 20:58:44 +02:00
|
|
|
padding: 5px;
|
2012-11-05 19:57:09 +01:00
|
|
|
padding-top: 8px; /* = message_comp padding_top */
|
2012-10-03 22:50:32 +02:00
|
|
|
}
|
|
|
|
|
2012-08-30 21:35:56 +02:00
|
|
|
.send-status-close:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: .4;
|
|
|
|
filter: alpha(opacity=40);
|
|
|
|
}
|
2012-08-31 21:33:04 +02:00
|
|
|
|
2012-11-08 00:38:21 +01:00
|
|
|
.compose_table #private-message {
|
2012-10-06 01:05:14 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-17 20:43:20 +02:00
|
|
|
.home-error-bar {
|
2012-08-31 21:33:04 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-10 23:33:38 +02:00
|
|
|
#stream-dne {
|
2012-09-05 23:38:20 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-10 23:33:38 +02:00
|
|
|
#stream-nosub {
|
2012-09-05 23:38:20 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-10 23:34:52 +02:00
|
|
|
.streamname {
|
2012-09-05 23:38:20 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-10-17 20:43:20 +02:00
|
|
|
.home-error-bar .alert {
|
2012-08-31 21:33:04 +02:00
|
|
|
margin-bottom: auto;
|
|
|
|
}
|
2012-09-10 20:31:53 +02:00
|
|
|
|
2012-10-10 00:07:41 +02:00
|
|
|
textarea.new_message_textarea {
|
2013-01-10 23:57:12 +01:00
|
|
|
display: table-cell;
|
|
|
|
width: 99%;
|
|
|
|
min-height: 40px;
|
2012-10-24 04:12:05 +02:00
|
|
|
max-height: 150px;
|
2013-01-11 23:18:27 +01:00
|
|
|
margin-bottom: 0px;
|
2012-10-24 04:19:41 +02:00
|
|
|
resize: none;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2012-09-11 20:25:29 +02:00
|
|
|
|
2012-10-09 23:59:41 +02:00
|
|
|
input.recipient_box {
|
2012-09-27 21:34:15 +02:00
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-top: 0px;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2012-09-11 18:12:02 +02:00
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
#stream.recipient_box {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
#subject.recipient_box {
|
2013-01-10 23:57:12 +01:00
|
|
|
width: 30%;
|
2012-10-17 22:03:00 +02:00
|
|
|
}
|
2012-11-08 00:38:21 +01:00
|
|
|
#private_message_recipient.recipient_box {
|
2013-01-10 23:57:12 +01:00
|
|
|
width: 72%;
|
2012-10-17 22:03:00 +02:00
|
|
|
}
|
|
|
|
|
2012-11-29 16:44:16 +01:00
|
|
|
#send_controls {
|
2013-01-10 23:57:12 +01:00
|
|
|
display: table-cell;
|
|
|
|
vertical-align: bottom;
|
|
|
|
padding-left: 21px;
|
2012-11-29 22:18:01 +01:00
|
|
|
/* 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;
|
2013-01-10 23:57:12 +01:00
|
|
|
/* 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%;
|
2012-09-11 20:25:29 +02:00
|
|
|
}
|
|
|
|
|
2012-12-07 21:34:26 +01:00
|
|
|
.compose_help_text {
|
2012-11-29 17:00:43 +01:00
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2013-01-16 21:42:35 +01:00
|
|
|
#navbar-spacer {
|
|
|
|
/* A spacer that is exactly a navbar size, so that all content
|
|
|
|
gets pushed unerneath it */
|
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
|
|
|
}
|
2012-10-15 21:11:16 +02:00
|
|
|
#top_statusbar {
|
2012-09-11 20:13:53 +02:00
|
|
|
position: fixed;
|
2012-10-11 20:35:57 +02:00
|
|
|
/* .message_list max-width + 30px margin */
|
|
|
|
max-width: 670px;
|
2012-09-11 20:13:53 +02:00
|
|
|
text-decoration: none;
|
2013-01-16 21:42:35 +01:00
|
|
|
top: 40px; /* should really be the same as the height of navbar-spacer */
|
2012-10-16 20:25:12 +02:00
|
|
|
visibility: hidden; /* so that we pass clicks through to underneath us */
|
2013-01-09 23:46:32 +01:00
|
|
|
/* If zhome has opacity on it, it suddenly starts getting drawn on top
|
|
|
|
of top_statusbar -- unless we specify a z-index. */
|
|
|
|
z-index: 2;
|
2012-09-11 18:12:02 +02:00
|
|
|
}
|
2012-09-11 21:33:24 +02:00
|
|
|
|
2013-01-16 21:42:35 +01:00
|
|
|
#navbar-middle {
|
|
|
|
display: table-row;
|
|
|
|
max-width: 670px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.brand.skinny-user-gravatar {
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2012-10-26 16:57:58 +02:00
|
|
|
#searchbox {
|
2013-01-16 21:42:35 +01:00
|
|
|
display: table-cell;
|
|
|
|
width: 99%;
|
2012-10-26 19:55:39 +02:00
|
|
|
}
|
2012-11-02 22:19:12 +01:00
|
|
|
|
2013-01-16 21:42:35 +01:00
|
|
|
#navbar-buttons {
|
|
|
|
display: table-cell;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 1%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navbar-buttons ul.nav {
|
2013-02-01 01:07:13 +01:00
|
|
|
margin: 0px;
|
2013-01-16 21:42:35 +01:00
|
|
|
/* Firefox-specific hack; Technically white-space: nowrap applies to
|
|
|
|
text, not "stuff in general", so in Firefox without this, the
|
|
|
|
<li>s all get smushed vertically (in Chrome and Safari, they
|
|
|
|
don't).
|
|
|
|
Fortunately, Firefox also provides this nice 'max-content'
|
|
|
|
thing which is basically 'give us as much space as we need'. */
|
|
|
|
width: -moz-max-content;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchbox_form {
|
|
|
|
width: 99%;
|
|
|
|
padding-right: 10px;
|
2012-10-26 16:57:58 +02:00
|
|
|
}
|
|
|
|
|
2012-11-14 21:08:49 +01:00
|
|
|
#search_query {
|
2012-11-15 21:40:05 +01:00
|
|
|
width: 95%;
|
2013-01-29 20:54:11 +01:00
|
|
|
line-height: normal;
|
2012-10-26 16:57:58 +02:00
|
|
|
}
|
2013-01-17 16:12:17 +01:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
/* This is a hack to keep the search box from overflowing outside the
|
|
|
|
message area -- really the formula should be something like
|
2013-01-16 21:42:35 +01:00
|
|
|
[message area width] - [search query horizontal overhead] At
|
|
|
|
narrow widths, the overhead is a larger % of the window width.
|
2013-01-17 16:12:17 +01:00
|
|
|
*/
|
|
|
|
#search_query {
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
}
|
2012-10-26 16:57:58 +02:00
|
|
|
|
|
|
|
.highlight {
|
|
|
|
background-color: #FCEA81;
|
|
|
|
}
|
|
|
|
|
2013-01-16 21:42:35 +01:00
|
|
|
#search_arrows {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2012-10-26 18:47:33 +02:00
|
|
|
#searchbox .search_button {
|
2012-11-01 19:20:51 +01:00
|
|
|
display: none;
|
2012-10-26 16:57:58 +02:00
|
|
|
text-align: center;
|
|
|
|
padding: 4px 10px 4px 10px;
|
|
|
|
}
|
2013-01-16 21:42:35 +01:00
|
|
|
|
2012-10-26 18:47:33 +02:00
|
|
|
/* A cheat, because input-prepend and input-append aren't
|
|
|
|
smart enough to do the right thing with search-query */
|
|
|
|
#searchbox .search_button_middle {
|
|
|
|
border-radius: 0;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
}
|
2012-10-26 16:57:58 +02:00
|
|
|
|
2012-10-15 21:11:16 +02:00
|
|
|
.floating_recipient_bar {
|
2012-10-15 16:53:48 +02:00
|
|
|
max-width: 640px;
|
|
|
|
/* from .message_list */
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
2013-01-17 16:16:02 +01:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
.floating_recipient_bar {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
2012-10-15 16:53:48 +02:00
|
|
|
|
2012-10-15 21:11:16 +02:00
|
|
|
table.floating_recipient {
|
2012-10-14 04:13:27 +02:00
|
|
|
table-layout: fixed;
|
|
|
|
margin-left: auto;
|
2012-10-15 16:53:48 +02:00
|
|
|
width: 100%;
|
2012-10-14 04:13:27 +02:00
|
|
|
}
|
|
|
|
|
2012-10-03 00:36:34 +02:00
|
|
|
.narrowed_view {
|
2012-10-11 00:57:22 +02:00
|
|
|
background-color: #DDD;
|
2012-09-14 17:40:56 +02:00
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
#bottom_whitespace {
|
2012-09-11 20:12:39 +02:00
|
|
|
display: block;
|
2012-12-28 21:35:30 +01:00
|
|
|
height: 300px;
|
2012-09-11 20:12:39 +02:00
|
|
|
}
|
2012-09-11 23:37:46 +02:00
|
|
|
|
2012-10-01 21:32:09 +02:00
|
|
|
#home-error {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-01-16 19:50:18 +01:00
|
|
|
.loading_indicator_spinner {
|
2013-01-24 21:34:11 +01:00
|
|
|
/* If you change these, make sure to adjust the constants in
|
|
|
|
* make_loading_indicator as well */
|
2013-01-15 21:41:16 +01:00
|
|
|
height: 38px;
|
|
|
|
width: 38px;
|
|
|
|
float: left;
|
2012-09-26 22:44:38 +02:00
|
|
|
}
|
|
|
|
|
2013-01-16 19:50:18 +01:00
|
|
|
.loading_indicator_text {
|
2013-01-24 21:34:11 +01:00
|
|
|
/* If you change these, make sure to adjust the constants in
|
|
|
|
* make_loading_indicator as well */
|
2013-01-15 21:41:16 +01:00
|
|
|
margin-left: 20px;
|
2013-01-24 21:29:20 +01:00
|
|
|
font-size: 33px;
|
2013-01-15 21:41:16 +01:00
|
|
|
font-weight: bold;
|
|
|
|
line-height: 38px;
|
2012-09-26 22:44:38 +02:00
|
|
|
}
|
2012-09-27 22:54:27 +02:00
|
|
|
|
2012-11-05 21:01:49 +01:00
|
|
|
#message-type-tabs {
|
2012-09-27 22:54:27 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
2012-10-17 04:42:19 +02:00
|
|
|
|
|
|
|
.message_body_gravatar {
|
|
|
|
margin-bottom: 2px;
|
2012-12-04 17:28:52 +01:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2012-10-17 04:42:19 +02:00
|
|
|
}
|
2012-10-18 20:23:57 +02:00
|
|
|
|
2013-02-08 23:03:33 +01:00
|
|
|
.actions_popover a {
|
2012-10-18 20:23:57 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2012-10-24 02:13:36 +02:00
|
|
|
|
2012-10-29 20:00:27 +01:00
|
|
|
.popover {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2012-10-24 02:13:36 +02:00
|
|
|
.popover-title {
|
|
|
|
overflow-x: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2013-02-09 04:09:52 +01:00
|
|
|
text-align: center;
|
2012-10-24 02:13:36 +02:00
|
|
|
}
|
2012-10-24 22:53:19 +02:00
|
|
|
|
2013-02-09 03:29:40 +01:00
|
|
|
.popover_info {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover hr {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2013-01-14 19:44:55 +01:00
|
|
|
.hotkeys_table {
|
|
|
|
float: left;
|
|
|
|
width: 250px;
|
|
|
|
margin-right: 10px;
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2012-10-24 22:53:19 +02:00
|
|
|
.hotkeys_table .hotkey {
|
|
|
|
text-align: right;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-11-15 20:15:29 +01:00
|
|
|
.cursor_pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2012-11-28 22:17:57 +01:00
|
|
|
|
2013-01-16 19:50:18 +01:00
|
|
|
#loading_more_messages_indicator {
|
2013-01-15 21:41:16 +01:00
|
|
|
margin: 10px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page_loading_indicator {
|
|
|
|
margin: 10px auto;
|
2012-11-28 22:17:57 +01:00
|
|
|
}
|
2012-11-29 17:22:00 +01:00
|
|
|
|
2013-01-16 21:26:55 +01:00
|
|
|
#subs_page_loading_indicator {
|
|
|
|
margin: 10px auto;
|
|
|
|
}
|
|
|
|
|
2013-01-16 22:02:49 +01:00
|
|
|
.subscriber_list_loading_indicator {
|
|
|
|
margin: 10px auto;
|
|
|
|
}
|
|
|
|
|
2012-11-29 17:22:00 +01:00
|
|
|
.table-striped thead th {
|
|
|
|
background-color: #444;
|
|
|
|
color: white;
|
|
|
|
}
|
2012-11-29 18:44:43 +01:00
|
|
|
|
|
|
|
|
|
|
|
#fmt_help_table {
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
2012-11-19 16:54:23 +01:00
|
|
|
|
2013-01-23 19:10:51 +01:00
|
|
|
.subscription_table_elem {
|
2013-01-04 21:05:18 +01:00
|
|
|
padding: 2px;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_header.active {
|
|
|
|
border-color: rgba(82, 168, 236, 0.8);
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
-webkit-box-shadow: inset 0 0 0 1px rgba(82, 168, 236, 0.8), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
|
|
-moz-box-shadow: inset 0 0 0 1px rgba(82, 168, 236, 0.8), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
|
|
box-shadow: inset 0 0 0 1px rgba(82, 168, 236, 0.8), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
.color_swatch {
|
|
|
|
display: inline-block;
|
|
|
|
height: 1em;
|
|
|
|
width: 1em;
|
|
|
|
border: 1px #666 solid;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 0 5px;
|
2012-11-19 16:54:23 +01:00
|
|
|
vertical-align: middle;
|
2013-01-04 21:05:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_name {
|
2012-11-19 16:54:23 +01:00
|
|
|
padding-left: 0.5em;
|
2013-01-04 21:05:18 +01:00
|
|
|
font-size: 14px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_settings {
|
|
|
|
margin-left: 35px;
|
2013-01-10 19:33:56 +01:00
|
|
|
margin-right: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_settings form {
|
|
|
|
margin: 0;
|
2013-01-04 21:05:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_settings ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2013-01-23 22:08:34 +01:00
|
|
|
.subscriber_list_settings {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2013-01-04 21:05:18 +01:00
|
|
|
.sub_setting_control {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2013-01-10 22:15:55 +01:00
|
|
|
.sub_unsub_button {
|
2013-01-04 21:05:18 +01:00
|
|
|
width: 140px;
|
|
|
|
float: right;
|
2012-11-19 16:54:23 +01:00
|
|
|
}
|
2012-12-05 22:48:15 +01:00
|
|
|
|
2013-01-25 18:17:30 +01:00
|
|
|
#create_stream_row td {
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
border-color: #BBB;
|
|
|
|
border-bottom: 1px solid #BBB;
|
|
|
|
}
|
|
|
|
|
2013-01-23 19:10:51 +01:00
|
|
|
#create_stream_name {
|
|
|
|
margin-left: 25px;
|
2013-01-25 23:07:11 +01:00
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
#create_stream_name {
|
|
|
|
width: 130px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 979px) {
|
|
|
|
#create_stream_name {
|
|
|
|
width: 140px;
|
|
|
|
}
|
2013-01-23 19:10:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#create_stream_button {
|
|
|
|
width: 140px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-01-10 17:07:17 +01:00
|
|
|
.sub_settings_title {
|
|
|
|
line-height: 30px;
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 10px 0;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-01-07 22:09:33 +01:00
|
|
|
.subscriber_list_container {
|
|
|
|
max-height: 200px;
|
|
|
|
overflow: auto;
|
2013-01-10 19:33:56 +01:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber_list_add {
|
|
|
|
float: right;
|
2013-01-07 22:09:33 +01:00
|
|
|
}
|
|
|
|
|
2012-12-05 22:48:15 +01:00
|
|
|
#invite_user_form {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#invitee_emails {
|
|
|
|
min-height: 40px;
|
|
|
|
max-height: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#invite_status {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-01-17 16:16:02 +01:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
body {
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
2013-01-22 21:03:29 +01:00
|
|
|
|
|
|
|
#settings-dropdown .glyphicons {
|
|
|
|
margin-right: -10px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2013-01-30 21:49:56 +01:00
|
|
|
|
2013-01-31 21:09:23 +01:00
|
|
|
#notifications-area {
|
2013-01-30 21:49:56 +01:00
|
|
|
position: fixed;
|
|
|
|
z-index: 9000;
|
|
|
|
bottom: 0px;
|
|
|
|
right: 20px;
|
|
|
|
width: 200px;
|
2013-01-31 21:09:23 +01:00
|
|
|
height: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notifications-bar {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px; /* necessary to get slideUp, slideDown directions correct */
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2013-01-30 21:49:56 +01:00
|
|
|
border-radius: 10px 10px 0px 0px;
|
|
|
|
padding: 10px 0px 0px 10px;
|
|
|
|
background: #58F;
|
|
|
|
color: white;
|
|
|
|
font-size: 125%;
|
|
|
|
cursor: default;
|
|
|
|
display: none;
|
2013-01-31 21:09:23 +01:00
|
|
|
/* For now, cut off long messages (but we should find a better solution) */
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2013-02-05 21:16:41 +01:00
|
|
|
}
|
2013-01-31 21:01:53 +01:00
|
|
|
|
|
|
|
#stream-creation {
|
|
|
|
max-height: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream-creation .modal-body {
|
2013-02-05 19:32:29 +01:00
|
|
|
/* Setting max-height to a percentage doesn't work. */
|
2013-01-31 21:01:53 +01:00
|
|
|
max-height: 400px;
|
|
|
|
overflow-y: scroll;
|
2013-01-30 21:49:56 +01:00
|
|
|
}
|