2013-08-20 13:45:06 -04:00
|
|
|
html, body {
|
|
|
|
font-family: 'lucida grande';
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
background-color: #ecf0f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pages {
|
2013-08-24 02:44:15 -04:00
|
|
|
margin-left: 176px;
|
2013-08-23 19:02:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#log {
|
|
|
|
padding: 5px;
|
2013-08-20 13:45:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#contactList {
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
2013-08-24 02:44:15 -04:00
|
|
|
width: 175px;
|
2013-08-20 13:45:06 -04:00
|
|
|
height: 100%;
|
|
|
|
background-color: #1C232D;
|
|
|
|
position: fixed;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
border-right: 1px solid black;
|
|
|
|
color: #efefef;
|
|
|
|
text-shadow: 1px 1px 1px #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
#contactList > li {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 0px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#contactList li:nth-child(2n) {
|
|
|
|
background-color: #1e252f;
|
|
|
|
}
|
|
|
|
|
|
|
|
#contactList li:hover {
|
|
|
|
background-color: #2a323f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact {
|
|
|
|
min-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact .avatar {
|
|
|
|
vertical-align: top;
|
|
|
|
margin-right: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
position: absolute;
|
|
|
|
left: 5px;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact .name {
|
|
|
|
margin: 0px;
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact .status {
|
|
|
|
color: #ccc;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 10px;
|
|
|
|
margin: 0px;
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact.offline img {
|
|
|
|
opacity: 0.25;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact.online img, .contact.chat img {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact.dnd img {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact.away img, .contact.xa img {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact.online, .contact.chat {
|
|
|
|
border-left: 2px solid green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact.away {
|
|
|
|
border-left: 2px solid orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact.dnd {
|
|
|
|
border-left: 2px solid red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact.xa {
|
|
|
|
border-left: 2px solid orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact.offline {
|
|
|
|
border-left: 2px solid #222;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact.composing {
|
|
|
|
border-right: 4px solid orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact.offline .status {
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2013-08-29 23:38:28 -04:00
|
|
|
.chatView {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-08-20 13:45:06 -04:00
|
|
|
#conversation {
|
|
|
|
background: #ecf0f2;
|
|
|
|
box-sizing: border-box;
|
|
|
|
bottom: 0;
|
|
|
|
margin: 0;
|
2013-08-29 23:38:28 -04:00
|
|
|
padding-bottom: 30px;
|
2013-08-20 13:45:06 -04:00
|
|
|
max-width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
overflow-x: hidden;
|
2013-08-29 23:38:28 -04:00
|
|
|
position: relative;
|
|
|
|
margin-top: 50px;
|
|
|
|
bottom: 50px;
|
2013-08-20 13:45:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#conversation li {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#conversation .message {
|
|
|
|
color: #33404c;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 7px 10px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
padding-right: 10px;
|
|
|
|
min-width: 20px;
|
|
|
|
width: 100%;
|
2013-08-23 19:02:50 -04:00
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
/* background: #f1fce7; */
|
2013-08-20 13:45:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#conversation .body {
|
|
|
|
display: inline;
|
|
|
|
word-break: break-word;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
color: #111;
|
|
|
|
}
|
|
|
|
|
|
|
|
#conversation .message.mine {
|
|
|
|
background: #EAF7FF;
|
|
|
|
border-bottom: 1px solid #BBE0FA;
|
|
|
|
}
|
|
|
|
|
|
|
|
#conversation .timestamp {
|
|
|
|
font-size: 11px;
|
2013-08-23 19:02:50 -04:00
|
|
|
color: #bbb;
|
2013-08-20 13:45:06 -04:00
|
|
|
font-weight: bold;
|
|
|
|
float: right;
|
|
|
|
display: block;
|
2013-08-23 19:02:50 -04:00
|
|
|
margin-right: 15px;
|
2013-08-20 13:45:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#conversation .mine .timestamp {
|
|
|
|
color: #BBE0FA;
|
|
|
|
}
|
2013-08-23 19:02:50 -04:00
|
|
|
|
2013-08-20 13:45:06 -04:00
|
|
|
.delayed .timestamp:before {
|
|
|
|
content: '@ '
|
|
|
|
}
|
|
|
|
|
|
|
|
.edited .timestamp:before {
|
|
|
|
content: 'edited '
|
|
|
|
}
|
|
|
|
|
2013-08-23 19:02:50 -04:00
|
|
|
.contactInfo {
|
|
|
|
padding: 5px;
|
2013-08-29 23:38:28 -04:00
|
|
|
background-color: #bccad0;
|
2013-08-23 19:02:50 -04:00
|
|
|
background-image: -moz-linear-gradient(top, #bccad0, #95a4a9);
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bccad0), color-stop(1, #95a4a9));
|
|
|
|
min-height: 30px;
|
2013-08-29 23:38:28 -04:00
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 1000;
|
2013-08-23 19:02:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.contactInfo .avatar {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contactInfo .name {
|
2013-08-24 02:44:15 -04:00
|
|
|
margin-left: 45px;
|
2013-08-23 19:02:50 -04:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#me {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-08-29 23:38:28 -04:00
|
|
|
|
|
|
|
#chatInput {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 176px;
|
|
|
|
right: 0px;
|
|
|
|
z-index: 100;
|
|
|
|
background: #ecf0f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#chatInput form {
|
|
|
|
background-color: #e1e4e6;
|
|
|
|
background-image: -moz-linear-gradient(top, #e1e4e6, #cacdce);
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1e4e6), color-stop(1, #cacdce));
|
|
|
|
padding: 10px;
|
|
|
|
z-index: 1000;
|
|
|
|
border-top: 1px solid #fff;
|
|
|
|
border-left: 1px solid #ddd;
|
|
|
|
border-right: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#chatBuffer {
|
|
|
|
width: 100%;
|
|
|
|
padding: 5px;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-size: 13px;
|
|
|
|
resize: none;
|
|
|
|
outline: none;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-top-color: #bbb;
|
|
|
|
border-radius: 5px;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-family: 'lucida grande';
|
|
|
|
}
|
|
|
|
|
|
|
|
#chatBuffer.editing {
|
|
|
|
background-color: yellow;
|
|
|
|
}
|