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-09-10 21:14:01 +02:00
|
|
|
}
|
|
|
|
|
2012-09-10 20:31:53 +02:00
|
|
|
td.zephyr_recipient {
|
|
|
|
vertical-align: top;
|
2012-09-11 19:06:07 +02:00
|
|
|
text-align: right;
|
|
|
|
overflow-x: hidden;
|
2012-09-11 22:57:03 +02:00
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 5px;
|
2012-09-11 22:30:07 +02:00
|
|
|
max-width: 100px;
|
|
|
|
min-width: 100px;
|
2012-09-11 22:57:03 +02:00
|
|
|
white-space: nowrap;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2012-09-10 21:14:01 +02:00
|
|
|
|
2012-09-20 21:33:45 +02:00
|
|
|
td.zephyr_huddle_list {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.zephyr_class {
|
2012-09-10 20:31:53 +02:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 120%;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.zephyr_instance {
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
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-10 20:31:53 +02:00
|
|
|
margin-left: 45px;
|
|
|
|
}
|
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-09-10 20:31:53 +02:00
|
|
|
padding: 8px 35px 8px 14px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid gray;
|
2012-09-19 19:15:12 +02:00
|
|
|
border-bottom: 1px solid gray;
|
2012-09-18 23:19:29 +02:00
|
|
|
}
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
.bookend {
|
2012-09-18 23:19:29 +02:00
|
|
|
padding-top: 5px;
|
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 {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin: 0 15px 15px 0;
|
|
|
|
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-13 22:20:07 +02:00
|
|
|
.alert {
|
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 {
|
|
|
|
width: 90px;
|
|
|
|
}
|
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-17 22:58:40 +02:00
|
|
|
padding-left: 2px;
|
|
|
|
/* .zephyr_list width + ??? */
|
|
|
|
width: 648px;
|
2012-09-11 20:13:53 +02:00
|
|
|
margin: 0 auto;
|
2012-09-11 21:33:24 +02:00
|
|
|
background-color: #EEE;
|
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-13 17:53:13 +02:00
|
|
|
.selected_zephyr .pointer {
|
2012-09-11 23:37:46 +02:00
|
|
|
background-color: blue;
|
|
|
|
width: 2px;
|
|
|
|
}
|
2012-09-14 18:19:16 +02:00
|
|
|
|
|
|
|
#zephyr-type-tabs {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
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
|
|
|
|
|
|
|
#bottom-nav {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
}
|