2012-09-10 20:31:53 +02:00
|
|
|
body {
|
|
|
|
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
2012-09-13 21:49:57 +02:00
|
|
|
overflow: hidden;
|
2012-09-11 20:25:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-nav {
|
|
|
|
padding: 9px 0;
|
2012-08-29 00:36:30 +02:00
|
|
|
}
|
|
|
|
|
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-08-29 00:36:30 +02:00
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.my_email {
|
2012-09-10 20:31:53 +02:00
|
|
|
color: gray;
|
|
|
|
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
2012-08-29 00:36:30 +02:00
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.zephyr_well {
|
2012-09-10 20:31:53 +02:00
|
|
|
background-color: white;
|
|
|
|
border: none;
|
2012-08-28 22:08:45 +02:00
|
|
|
}
|
2012-08-29 18:11:15 +02:00
|
|
|
|
2012-09-10 20:31:53 +02:00
|
|
|
ul.nav-zephyr {
|
2012-09-17 17:29:18 +02:00
|
|
|
padding-left: 30px;
|
|
|
|
padding-right: 30px;
|
|
|
|
padding-top: 60px;
|
|
|
|
padding-bottom: 40px;
|
2012-08-29 18:11:15 +02:00
|
|
|
}
|
2012-08-29 18:29:01 +02:00
|
|
|
|
2012-09-24 16:52:48 +02:00
|
|
|
.scrolling_tab {
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.zephyr_list {
|
2012-09-10 20:31:53 +02:00
|
|
|
overflow-y: scroll;
|
2012-09-11 19:08:18 +02:00
|
|
|
overflow-x: hidden;
|
2012-09-17 22:58:05 +02:00
|
|
|
background-color: aliceblue;
|
2012-09-10 20:31:53 +02:00
|
|
|
padding-right: 30px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
2012-09-11 17:16:32 +02:00
|
|
|
width: 640px;
|
2012-09-25 22:18:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.zephyr_row {
|
|
|
|
cursor: pointer;
|
2012-08-29 18:54:58 +02:00
|
|
|
}
|
2012-09-11 20:13:53 +02:00
|
|
|
|
2012-09-17 19:51:33 +02:00
|
|
|
/* This is a div on top of main_div that hides main_div's scroll bar. */
|
|
|
|
#wrapper {
|
|
|
|
overflow: hidden;
|
|
|
|
padding-right: 30px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 620px; /* slightly smaller than main_div */
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.zephyr_comp {
|
2012-09-14 18:19:16 +02:00
|
|
|
border: 1px solid #EEE;
|
|
|
|
border-top: 0px;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.selected_zephyr .pointer {
|
|
|
|
background-color: blue;
|
2012-09-10 21:14:01 +02:00
|
|
|
}
|
|
|
|
|
2012-09-27 21:37:14 +02:00
|
|
|
.zephyr_picture {
|
2012-09-10 20:31:53 +02:00
|
|
|
vertical-align: top;
|
2012-09-27 21:37:14 +02:00
|
|
|
text-align: right;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 5px;
|
2012-10-02 20:47:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ztable_col1 { /* classname */
|
|
|
|
}
|
|
|
|
.ztable_col2 { /* pointer */
|
|
|
|
width: 2px;
|
|
|
|
}
|
|
|
|
.ztable_col3 { /* instancename */
|
|
|
|
width: 85%;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2012-09-10 21:14:01 +02:00
|
|
|
|
2012-09-28 18:11:27 +02:00
|
|
|
.zephyr_newstyle_class {
|
2012-09-27 21:34:15 +02:00
|
|
|
vertical-align: middle;
|
2012-09-26 20:27:38 +02:00
|
|
|
text-align: right;
|
|
|
|
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-02 20:47:01 +02:00
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 10px;
|
2012-09-26 20:27:38 +02:00
|
|
|
background-color: lightgrey;
|
|
|
|
border: 1px solid grey;
|
|
|
|
}
|
|
|
|
|
2012-09-28 18:11:27 +02:00
|
|
|
.zephyr_newstyle_instance {
|
2012-09-27 21:34:15 +02:00
|
|
|
vertical-align: middle;
|
2012-09-26 20:27:38 +02:00
|
|
|
text-align: left;
|
|
|
|
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-02 20:47:01 +02:00
|
|
|
padding-left: 10px;
|
2012-09-26 20:27:38 +02:00
|
|
|
background-color: lightgrey;
|
|
|
|
border: 1px solid grey;
|
|
|
|
font-weight: bold;
|
2012-09-20 21:33:45 +02:00
|
|
|
}
|
|
|
|
|
2012-09-28 20:34:09 +02:00
|
|
|
.zephyr_newstyle_pm {
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: left;
|
|
|
|
overflow-x: hidden;
|
2012-10-02 23:13:10 +02:00
|
|
|
text-overflow: ellipsis;
|
2012-09-28 20:34:09 +02:00
|
|
|
white-space: nowrap;
|
2012-10-02 23:13:10 +02:00
|
|
|
padding-left: 10px;
|
2012-09-28 21:59:43 +02:00
|
|
|
font-weight: bold;
|
2012-09-28 20:34:09 +02:00
|
|
|
color: white;
|
2012-09-28 20:47:54 +02:00
|
|
|
background-color: #444;
|
2012-09-28 21:59:43 +02:00
|
|
|
border: 2px solid #444;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
|
|
|
|
2012-09-28 18:11:27 +02:00
|
|
|
.messagebox.personal-message {
|
2012-09-28 21:59:43 +02:00
|
|
|
border-color: #444;
|
2012-09-28 18:11:27 +02:00
|
|
|
border-width: 0px 2px 2px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.narrowed_name {
|
|
|
|
font-weight: bold;
|
2012-09-10 20:31:53 +02:00
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.zephyr_sender_name {
|
2012-09-10 20:31:53 +02:00
|
|
|
font-weight: bold;
|
2012-09-11 19:20:01 +02:00
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.zephyr_sender_email {
|
2012-09-11 19:20:01 +02:00
|
|
|
font-size: 80%;
|
2012-09-13 23:45:44 +02:00
|
|
|
color: gray;
|
2012-09-13 21:35:09 +02:00
|
|
|
|
|
|
|
/* Use padding, not margin, so that there's a continuous
|
|
|
|
region of 'hover-ability' between fullname and email. */
|
|
|
|
padding-left: 5px;
|
2012-09-11 21:20:24 +02:00
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.zephyr_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-09-13 22:20:07 +02:00
|
|
|
.zephyr_time {
|
2012-09-10 20:31:53 +02:00
|
|
|
color: gray;
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
right: -25px;
|
2012-09-13 19:15:20 +02:00
|
|
|
font-size: 90%;
|
2012-08-29 18:29:01 +02:00
|
|
|
}
|
|
|
|
|
2012-09-11 17:56:34 +02:00
|
|
|
table.zephyr_table {
|
|
|
|
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%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.zephyr_compose_table {
|
|
|
|
width: 97%;
|
|
|
|
table-layout: fixed;
|
2012-09-13 22:00:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.focused_table {
|
|
|
|
display: table;
|
2012-09-11 17:56:34 +02:00
|
|
|
}
|
|
|
|
|
2012-09-17 21:55:53 +02:00
|
|
|
.zephyr_content {
|
2012-09-26 20:27:38 +02:00
|
|
|
margin-left: 5px;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
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-09-11 18:48:46 +02:00
|
|
|
width: 470px;
|
|
|
|
max-width: 470px;
|
2012-10-02 19:26:51 +02:00
|
|
|
padding: 5px 35px 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-09-18 23:19:29 +02:00
|
|
|
}
|
|
|
|
|
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
|
|
|
border-top: 1px solid white;
|
2012-09-13 22:00:11 +02:00
|
|
|
}
|
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-08-29 18:29:01 +02:00
|
|
|
}
|
|
|
|
|
2012-09-27 22:54:27 +02:00
|
|
|
.alert_sidebar {
|
2012-09-10 20:31:53 +02:00
|
|
|
max-width: 20%;
|
2012-09-05 01:27:58 +02:00
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.zephyr_compose {
|
2012-09-10 20:31:53 +02:00
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
background: white;
|
2012-09-11 17:51:28 +02:00
|
|
|
|
2012-09-17 22:42:45 +02:00
|
|
|
/* = #wrapper width + padding-right */
|
|
|
|
width: 650px;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
|
|
|
|
2012-08-30 18:24:16 +02:00
|
|
|
/* Like .nav-tabs > li > a */
|
|
|
|
#send-status {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.send-status-close:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: .4;
|
|
|
|
filter: alpha(opacity=40);
|
|
|
|
}
|
2012-08-31 21:33:04 +02:00
|
|
|
|
|
|
|
#connection-error {
|
|
|
|
margin-top: 5px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-09-05 23:38:20 +02:00
|
|
|
#class-dne {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#class-nosub {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.classname {
|
2012-09-05 23:38:20 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-08-31 21:33:04 +02:00
|
|
|
#connection-error .alert {
|
|
|
|
margin-bottom: auto;
|
|
|
|
}
|
2012-09-10 20:31:53 +02:00
|
|
|
|
|
|
|
textarea.zephyr_message {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2012-09-11 20:25:29 +02:00
|
|
|
|
2012-09-10 20:31:53 +02:00
|
|
|
textarea:focus {
|
|
|
|
outline: none;
|
|
|
|
border: gray;
|
|
|
|
}
|
2012-09-11 20:25:29 +02:00
|
|
|
|
2012-09-10 20:31:53 +02:00
|
|
|
input.zephyr_recipient_box {
|
2012-09-28 20:34:09 +02:00
|
|
|
width: 80%;
|
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-09-11 20:25:29 +02:00
|
|
|
input.send_zephyr {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
#narrowbox {
|
2012-09-11 20:13:53 +02:00
|
|
|
position: fixed;
|
|
|
|
display: none;
|
2012-09-27 21:18:12 +02:00
|
|
|
padding: 5px 10px;
|
|
|
|
border: 1px solid black;
|
2012-09-17 22:58:40 +02:00
|
|
|
/* .zephyr_list width + ??? */
|
2012-09-27 21:18:12 +02:00
|
|
|
width: 628px;
|
2012-09-11 20:13:53 +02:00
|
|
|
margin: 0 auto;
|
2012-09-27 21:18:12 +02:00
|
|
|
background-color: #DDD;
|
2012-09-11 20:13:53 +02:00
|
|
|
text-decoration: none;
|
|
|
|
top: 0px;
|
2012-09-11 18:12:02 +02:00
|
|
|
}
|
2012-09-11 21:33:24 +02:00
|
|
|
|
2012-09-17 22:58:05 +02:00
|
|
|
.narrowed_view {
|
|
|
|
background-color: #EEE;
|
|
|
|
}
|
|
|
|
|
2012-09-14 17:40:56 +02:00
|
|
|
.badge_close_button {
|
|
|
|
margin-left: 0.3em;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
#bottom_whitespace {
|
2012-09-11 20:12:39 +02:00
|
|
|
display: block;
|
|
|
|
height: 60%;
|
|
|
|
}
|
2012-09-11 23:37:46 +02:00
|
|
|
|
2012-09-21 20:34:00 +02:00
|
|
|
#subscriptions {
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
position: absolute;
|
|
|
|
overflow: auto;
|
|
|
|
width: 640px;
|
|
|
|
background-color: antiquewhite;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscriptions_table {
|
|
|
|
width: 63%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_entry {
|
|
|
|
width: 85%;
|
2012-09-22 01:11:54 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#subscriptions-status {
|
|
|
|
float: right;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2012-09-24 21:02:13 +02:00
|
|
|
|
2012-10-01 21:32:09 +02:00
|
|
|
#home-error {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-09-24 21:02:13 +02:00
|
|
|
#bottom-nav {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
2012-09-26 22:44:38 +02:00
|
|
|
|
|
|
|
#loading_indicator {
|
|
|
|
margin-top: 40px;
|
|
|
|
font-size: 36px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loading_spinner {
|
|
|
|
width: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
2012-09-27 22:54:27 +02:00
|
|
|
|
|
|
|
#stream_or_huddle {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 21px;
|
|
|
|
left: 5px;
|
|
|
|
padding: 0.35em;
|
|
|
|
border: 1px solid grey;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zephyr-type-tabs {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|