2015-01-25 20:49:28 +00:00
|
|
|
@charset "UTF-8";
|
2015-01-24 22:17:44 +00:00
|
|
|
.gutter {
|
|
|
|
margin-top: 36px; }
|
|
|
|
|
2015-01-25 10:19:28 +00:00
|
|
|
.contact .checkbox {
|
|
|
|
display: none; }
|
|
|
|
|
2015-01-26 07:44:53 +00:00
|
|
|
input.new-message {
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%; }
|
|
|
|
|
2015-01-26 07:55:32 +00:00
|
|
|
.back {
|
|
|
|
display: none;
|
|
|
|
float: left;
|
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
background: #2a92e7 url("/images/back.png") no-repeat center center; }
|
|
|
|
|
2015-01-26 07:44:53 +00:00
|
|
|
.fab {
|
|
|
|
z-index: 1;
|
|
|
|
position: fixed;
|
|
|
|
right: 16px;
|
|
|
|
bottom: 22px;
|
|
|
|
height: 60px;
|
|
|
|
width: 60px;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 30px;
|
|
|
|
outline: 0;
|
|
|
|
font: 300 36px Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
|
|
color: white;
|
|
|
|
background: #2a92e7 url("/images/pencil.png") no-repeat center center;
|
|
|
|
box-shadow: 0 8px 8px -8px rgba(2, 10, 16, 0.8);
|
|
|
|
transition: box-shadow 0.33s, transform 0.33s, background 0.33s; }
|
|
|
|
.fab:hover {
|
|
|
|
background-color: #1c8be5;
|
|
|
|
box-shadow: 0 8px 18px -8px rgba(2, 10, 16, 0.9);
|
|
|
|
transform: translate3d(0, -1px, 0); }
|
|
|
|
|
2015-01-25 12:53:07 +00:00
|
|
|
.new-contact .last-message, .new-contact .last-timestamp,
|
|
|
|
.typeahead .last-message,
|
|
|
|
.typeahead .last-timestamp {
|
2015-01-25 10:19:28 +00:00
|
|
|
display: none; }
|
2015-01-25 12:53:07 +00:00
|
|
|
.new-contact .contact .checkbox,
|
2015-01-25 10:19:28 +00:00
|
|
|
.typeahead .contact .checkbox {
|
|
|
|
display: inline-block; }
|
|
|
|
|
2015-01-25 18:38:35 +00:00
|
|
|
.new-contact .contact-details::before {
|
|
|
|
content: 'Create new contact';
|
|
|
|
display: block;
|
|
|
|
font-style: italic;
|
|
|
|
opacity: 0.7;
|
|
|
|
padding-right: 8px; }
|
|
|
|
|
2015-01-25 18:36:41 +00:00
|
|
|
.index {
|
|
|
|
color: #454545;
|
|
|
|
background: #eee; }
|
|
|
|
.index .contact {
|
|
|
|
position: relative;
|
|
|
|
padding: 12px;
|
|
|
|
background: white;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: background 0.2s; }
|
|
|
|
.index .contact::after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
right: 16px;
|
|
|
|
bottom: 0;
|
|
|
|
height: 1px;
|
|
|
|
width: calc(100% - 12px - 54px - 2 * 8px - 16px);
|
|
|
|
background: #eee; }
|
|
|
|
.index .contact:hover {
|
|
|
|
background: #f8f8f8; }
|
|
|
|
.index .contact:last-child {
|
|
|
|
box-shadow: 0 1px 3px rgba(170, 170, 170, 0.8); }
|
|
|
|
.index .contact:last-child::after {
|
|
|
|
display: none; }
|
|
|
|
.index .contact-details {
|
|
|
|
vertical-align: top;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 4px 0 0 8px; }
|
|
|
|
.index .contact-name {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400; }
|
|
|
|
.index .last-message {
|
|
|
|
margin: 6px 0;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 300; }
|
|
|
|
.index .timestamp {
|
|
|
|
position: absolute;
|
|
|
|
top: 14px;
|
|
|
|
right: 12px;
|
|
|
|
color: #888; }
|
|
|
|
.index img {
|
|
|
|
height: 54px;
|
|
|
|
width: 54px;
|
|
|
|
background: #f3f3f3;
|
|
|
|
border-radius: 27px; }
|
|
|
|
|
|
|
|
.settings {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background: red;
|
|
|
|
display: none; }
|
|
|
|
.settings-open .settings {
|
|
|
|
display: block; }
|
2015-01-25 12:53:07 +00:00
|
|
|
|
2015-01-24 02:03:21 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
src: url("/fonts/Roboto-Regular.ttf") format("truetype"); }
|
2015-01-20 02:44:34 +00:00
|
|
|
body, input {
|
|
|
|
font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif; }
|
|
|
|
|
2014-11-07 08:32:32 +00:00
|
|
|
body {
|
2015-01-20 02:44:34 +00:00
|
|
|
margin: 0; }
|
2014-11-07 08:32:32 +00:00
|
|
|
|
|
|
|
.title-bar {
|
2015-01-22 09:39:07 +00:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
2015-01-20 02:44:34 +00:00
|
|
|
z-index: 1;
|
|
|
|
height: 36px;
|
|
|
|
line-height: 24px;
|
|
|
|
background: #2a92e7;
|
|
|
|
box-shadow: 0 -4px 3px 4px rgba(12, 65, 108, 0.8); }
|
|
|
|
.title-bar button {
|
|
|
|
height: 36px;
|
|
|
|
line-height: 36px;
|
|
|
|
margin-right: 8px;
|
2014-11-07 08:32:32 +00:00
|
|
|
padding: 0;
|
2015-01-20 02:44:34 +00:00
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
2015-01-26 07:55:32 +00:00
|
|
|
color: white; }
|
2014-11-07 08:32:32 +00:00
|
|
|
|
2015-01-20 02:44:34 +00:00
|
|
|
button {
|
|
|
|
cursor: pointer; }
|
2014-11-07 08:32:32 +00:00
|
|
|
|
2015-01-20 02:44:34 +00:00
|
|
|
.timestamp {
|
|
|
|
font-size: 12px; }
|
2014-11-07 08:32:32 +00:00
|
|
|
|
2015-01-25 20:49:28 +00:00
|
|
|
.entry.delivered .timestamp::after {
|
|
|
|
margin-left: 4px;
|
|
|
|
content: "✓"; }
|
|
|
|
|
2015-01-20 02:44:34 +00:00
|
|
|
.message-list {
|
2015-01-22 09:39:07 +00:00
|
|
|
margin: 52px 0;
|
2015-01-20 02:44:34 +00:00
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 300; }
|
|
|
|
.message-list li {
|
|
|
|
margin: 0 8px 16px; }
|
|
|
|
.message-list li::after {
|
|
|
|
visibility: hidden;
|
|
|
|
display: block;
|
|
|
|
font-size: 0;
|
|
|
|
content: " ";
|
2015-01-16 04:41:44 +00:00
|
|
|
clear: both;
|
2015-01-20 02:44:34 +00:00
|
|
|
height: 0; }
|
|
|
|
.message-list p {
|
|
|
|
margin: 0; }
|
|
|
|
.message-list .bubble {
|
2015-01-16 04:41:44 +00:00
|
|
|
position: relative;
|
2015-01-20 02:44:34 +00:00
|
|
|
left: -2px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2015-01-22 09:39:07 +00:00
|
|
|
max-width: calc(100% - 54px - 2 * 12px);
|
2015-01-20 02:44:34 +00:00
|
|
|
padding: 9px 12px;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 3px 3px -4px black; }
|
|
|
|
.message-list .bubble::before, .message-list .bubble::after {
|
|
|
|
content: '';
|
2015-01-16 04:41:44 +00:00
|
|
|
position: absolute;
|
2015-01-20 02:44:34 +00:00
|
|
|
height: 0;
|
|
|
|
width: 0; }
|
|
|
|
.message-list .bubble::before {
|
|
|
|
top: 19px;
|
|
|
|
border-top: 8px solid transparent;
|
|
|
|
border-bottom: 8px solid transparent; }
|
|
|
|
.message-list .bubble::after {
|
|
|
|
top: 21px;
|
|
|
|
border-top: 6px solid transparent;
|
|
|
|
border-bottom: 6px solid transparent; }
|
|
|
|
.message-list .incoming .bubble {
|
|
|
|
color: #454545;
|
|
|
|
background: #f3f3f3; }
|
|
|
|
.message-list .incoming .bubble::before {
|
|
|
|
left: -10px;
|
|
|
|
border-right: 10px solid white; }
|
|
|
|
.message-list .incoming .bubble::after {
|
|
|
|
left: -8px;
|
|
|
|
border-right: 8px solid #f3f3f3; }
|
|
|
|
.message-list .outgoing img, .message-list .outgoing .bubble {
|
|
|
|
float: right; }
|
|
|
|
.message-list .outgoing .bubble {
|
|
|
|
clear: left;
|
|
|
|
color: white;
|
|
|
|
background: #2a92e7; }
|
|
|
|
.message-list .outgoing .bubble .timestamp {
|
|
|
|
color: #a2d2f4; }
|
|
|
|
.message-list .outgoing .bubble::before {
|
|
|
|
right: -10px;
|
|
|
|
border-left: 10px solid white; }
|
|
|
|
.message-list .outgoing .bubble::after {
|
|
|
|
right: -8px;
|
|
|
|
border-left: 8px solid #2a92e7; }
|
2015-01-22 09:39:07 +00:00
|
|
|
.message-list .attachments img {
|
|
|
|
max-width: 100%; }
|
|
|
|
.message-list img.avatar {
|
2015-01-20 02:44:34 +00:00
|
|
|
height: 54px;
|
|
|
|
width: 54px;
|
|
|
|
box-sizing: border-box;
|
2015-01-22 09:39:07 +00:00
|
|
|
border: 27px #f3f3f3 solid;
|
2015-01-20 02:44:34 +00:00
|
|
|
border-radius: 27px; }
|
|
|
|
.message-list .timestamp {
|
|
|
|
margin-top: 3px;
|
|
|
|
float: right; }
|
2014-11-07 08:32:32 +00:00
|
|
|
|
2015-01-20 02:44:34 +00:00
|
|
|
.bottom-bar {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
height: 36px;
|
2014-11-07 08:32:32 +00:00
|
|
|
width: 100%;
|
2015-01-20 02:44:34 +00:00
|
|
|
border-top: 1px solid #f3f3f3;
|
|
|
|
background: white; }
|
|
|
|
.bottom-bar button, .bottom-bar input {
|
|
|
|
color: #454545; }
|
|
|
|
.bottom-bar button {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 36px;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
font-size: 24px;
|
|
|
|
background: transparent; }
|
2015-01-22 09:39:07 +00:00
|
|
|
.bottom-bar .attachments {
|
|
|
|
position: relative;
|
2015-01-25 09:18:10 +00:00
|
|
|
float: left;
|
2015-01-22 09:39:07 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 36px;
|
2015-01-25 09:18:10 +00:00
|
|
|
margin-right: 10px; }
|
2015-01-22 09:39:07 +00:00
|
|
|
.bottom-bar .attachments .paperclip {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: url("/images/paperclip.png") no-repeat;
|
|
|
|
background-size: 90%;
|
|
|
|
background-position: center 6px; }
|
|
|
|
.bottom-bar .attachments input[type=file] {
|
2015-01-24 20:00:56 +00:00
|
|
|
display: none;
|
2015-01-22 09:39:07 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
opacity: 0;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
z-index: 1; }
|
2015-01-25 09:18:10 +00:00
|
|
|
.bottom-bar .attachments img.preview {
|
|
|
|
max-width: 100%; }
|
|
|
|
.bottom-bar .attachments .close {
|
|
|
|
font-family: sans-serif;
|
|
|
|
color: white;
|
|
|
|
position: absolute;
|
|
|
|
top: -10px;
|
|
|
|
left: 20px;
|
|
|
|
text-align: center;
|
|
|
|
cursor: default;
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
padding: 0px;
|
|
|
|
background: #666;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center; }
|
2015-01-20 02:44:34 +00:00
|
|
|
.bottom-bar .send-btn {
|
2015-01-22 09:39:07 +00:00
|
|
|
float: right;
|
2015-01-20 02:44:34 +00:00
|
|
|
height: 100%;
|
2015-01-22 09:39:07 +00:00
|
|
|
width: 36px;
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
background: url("/images/send.png") no-repeat;
|
|
|
|
background-size: 90%;
|
|
|
|
background-position: center 1px;
|
|
|
|
cursor: pointer; }
|
|
|
|
.bottom-bar .send-btn::before {
|
|
|
|
content: '+'; }
|
|
|
|
.bottom-bar form, .bottom-bar input {
|
|
|
|
height: 100%; }
|
|
|
|
.bottom-bar input[type=textarea] {
|
|
|
|
display: block;
|
2015-01-20 02:44:34 +00:00
|
|
|
height: 100%;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
2015-01-22 09:39:07 +00:00
|
|
|
z-index: 5; }
|