2018-06-29 21:10:21 +00:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
font: 12px/18px 'Open Sans',"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
strong {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
code, kbd, pre, samp {
|
|
|
|
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
|
|
|
|
}
|
|
|
|
code {
|
|
|
|
padding: 2px 4px;
|
|
|
|
font-size: 90%;
|
|
|
|
color: #c7254e;
|
|
|
|
background-color: #f9f2f4;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1.42857143;
|
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
|
|
|
color: #333;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border-radius: 4px;
|
|
|
|
overflow: auto;
|
|
|
|
padding: 3px;
|
|
|
|
border: 1px solid #eee;
|
|
|
|
max-height: none;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
2018-06-29 21:10:21 +00:00
|
|
|
.clearfix:after {
|
|
|
|
content: " ";
|
|
|
|
visibility: hidden;
|
|
|
|
display: block;
|
|
|
|
height: 0;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.pull_left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.pull_right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.page_wrap {
|
|
|
|
background-color: #ffffff;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.page_wrap a {
|
|
|
|
color: #168acd;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.page_wrap a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
.page_header {
|
|
|
|
position: fixed;
|
2018-07-08 20:19:31 +00:00
|
|
|
z-index: 10;
|
2018-06-29 21:10:21 +00:00
|
|
|
background-color: #ffffff;
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: 1px solid #e3e6e8;
|
|
|
|
}
|
|
|
|
.page_header .content {
|
|
|
|
width: 480px;
|
|
|
|
margin: 0 auto;
|
|
|
|
border-radius: 0 !important;
|
|
|
|
}
|
|
|
|
.page_header a.content {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 24px 21px;
|
|
|
|
background-size: 24px 24px;
|
|
|
|
}
|
|
|
|
.bold {
|
|
|
|
color: #212121;
|
2018-07-03 23:09:25 +00:00
|
|
|
font-weight: 700;
|
2018-06-29 21:10:21 +00:00
|
|
|
}
|
|
|
|
.details {
|
|
|
|
color: #70777b;
|
|
|
|
}
|
|
|
|
.page_header .content .text {
|
|
|
|
padding: 24px 24px 22px 24px;
|
|
|
|
font-size: 22px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.page_header a.content .text {
|
|
|
|
padding: 24px 24px 22px 82px;
|
|
|
|
}
|
|
|
|
.page_body {
|
|
|
|
padding-top: 64px;
|
|
|
|
width: 480px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.page_about {
|
|
|
|
padding: 24px 24px;
|
|
|
|
}
|
|
|
|
.with_divider {
|
|
|
|
border-top: 1px solid #e3e6e8;
|
|
|
|
}
|
|
|
|
.userpic_link {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.userpic_link:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.userpic {
|
|
|
|
display: block;
|
|
|
|
border-radius: 50%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.userpic .initials {
|
|
|
|
display: block;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
user-select: none;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
.color_red,
|
|
|
|
.userpic1,
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_call .fill,
|
|
|
|
.media_file .fill,
|
|
|
|
.media_live_location .fill {
|
2018-06-29 21:10:21 +00:00
|
|
|
background-color: #ff5555;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
.color_green,
|
|
|
|
.userpic2,
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_call.success .fill,
|
|
|
|
.media_photo .fill {
|
2018-06-29 21:10:21 +00:00
|
|
|
background-color: #64bf47;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
.color_yellow,
|
|
|
|
.userpic3,
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_venue .fill {
|
2018-06-29 21:10:21 +00:00
|
|
|
background-color: #ffab00;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
.color_blue,
|
|
|
|
.userpic4,
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_audio_file .fill,
|
|
|
|
.media_voice_message .fill {
|
2018-06-29 21:10:21 +00:00
|
|
|
background-color: #4f9cd9;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
.color_purple,
|
|
|
|
.userpic5,
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_game .fill {
|
2018-06-29 21:10:21 +00:00
|
|
|
background-color: #9884e8;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
.color_pink,
|
|
|
|
.userpic6,
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_invoice .fill {
|
2018-06-29 21:10:21 +00:00
|
|
|
background-color: #e671a5;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
.color_sea,
|
|
|
|
.userpic7,
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_location .fill,
|
|
|
|
.media_video .fill {
|
2018-06-29 21:10:21 +00:00
|
|
|
background-color: #47bcd1;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
.color_orange,
|
|
|
|
.userpic8,
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_contact .fill {
|
2018-06-29 21:10:21 +00:00
|
|
|
background-color: #ff8c44;
|
|
|
|
}
|
|
|
|
.personal_info {
|
|
|
|
padding: 24px;
|
|
|
|
}
|
|
|
|
.personal_info .userpic .initials {
|
|
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
.personal_info .rows {
|
|
|
|
float: left;
|
|
|
|
padding-right: 24px;
|
|
|
|
}
|
|
|
|
.personal_info .names {
|
|
|
|
width: 164px;
|
|
|
|
}
|
|
|
|
.personal_info .info {
|
|
|
|
width: 124px;
|
|
|
|
}
|
|
|
|
.personal_info .bio {
|
|
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
.personal_info .row {
|
|
|
|
padding-bottom: 16px;
|
|
|
|
}
|
|
|
|
a.block_link {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none !important;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
a.block_link:hover {
|
|
|
|
text-decoration: none !important;
|
|
|
|
background-color: #f5f7f8;
|
|
|
|
}
|
|
|
|
.sections {
|
|
|
|
padding: 11px 0;
|
|
|
|
}
|
|
|
|
.section {
|
|
|
|
height: 48px;
|
|
|
|
background-position: 24px 12px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 24px 24px;
|
|
|
|
}
|
|
|
|
.section .counter {
|
|
|
|
float: right;
|
|
|
|
padding: 14px 24px 0;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
.section .label {
|
|
|
|
padding: 15px 0 0 82px;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
.list_page .page_about {
|
|
|
|
padding: 16px 24px 0;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
.list_page .entry_list {
|
|
|
|
padding: 16px 0;
|
|
|
|
}
|
|
|
|
.list_page .entry {
|
|
|
|
padding: 10px 16px;
|
|
|
|
}
|
|
|
|
.list_page .entry .userpic .initials {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.list_page .entry .body {
|
|
|
|
margin-left: 66px;
|
|
|
|
}
|
|
|
|
.list_page .entry .name {
|
|
|
|
padding: 4px 0 2px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.list_page .entry .subname {
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
.list_page .entry .details_entry {
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
.list_page .entry .info {
|
|
|
|
font-size: 11px;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
.history {
|
|
|
|
padding: 16px 0;
|
|
|
|
}
|
2018-07-24 18:28:04 +00:00
|
|
|
.message {
|
|
|
|
margin: 0 -10px;
|
|
|
|
transition: background-color 2.0s ease;
|
|
|
|
}
|
|
|
|
div.selected {
|
|
|
|
background-color: rgba(242,246,250,255);
|
|
|
|
transition: background-color 0.5s ease;
|
|
|
|
}
|
2018-07-03 14:15:53 +00:00
|
|
|
.service {
|
|
|
|
padding: 10px 24px;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
.service .body {
|
2018-07-03 14:15:53 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.service .userpic_wrap {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
.service .userpic {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.service .userpic .initials {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
.message .userpic .initials {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.default {
|
2018-07-24 18:28:04 +00:00
|
|
|
padding: 10px;
|
2018-07-03 23:09:25 +00:00
|
|
|
}
|
|
|
|
.default.joined {
|
2018-07-25 07:38:36 +00:00
|
|
|
margin-top: -10px;
|
2018-07-03 23:09:25 +00:00
|
|
|
}
|
|
|
|
.default .from_name {
|
|
|
|
color: #3892db;
|
|
|
|
font-weight: 700;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
.default .from_name .details {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.default .body {
|
|
|
|
margin-left: 60px;
|
|
|
|
}
|
|
|
|
.default .text {
|
|
|
|
word-wrap: break-word;
|
|
|
|
line-height: 150%;
|
|
|
|
}
|
|
|
|
.default .reply_to,
|
|
|
|
.default .media_wrap {
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
.default .media {
|
|
|
|
margin: 0 -10px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
}
|
2018-07-07 20:58:54 +00:00
|
|
|
.default .media .fill,
|
2018-07-03 23:09:25 +00:00
|
|
|
.default .media .thumb {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
border-radius: 50%;
|
2018-07-07 20:58:54 +00:00
|
|
|
}
|
|
|
|
.default .media .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 12px 12px;
|
|
|
|
background-size: 24px 24px;
|
|
|
|
}
|
2018-12-22 20:08:15 +00:00
|
|
|
.default .media .title,
|
|
|
|
.default .media_poll .question {
|
2018-07-03 23:09:25 +00:00
|
|
|
padding-top: 4px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.default .media .description {
|
|
|
|
color: #000000;
|
|
|
|
padding-top: 4px;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
.default .media .status {
|
|
|
|
padding-top: 4px;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2018-07-08 20:19:31 +00:00
|
|
|
.default .video_file_wrap,
|
|
|
|
.default .animated_wrap {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.default .video_file,
|
|
|
|
.default .animated,
|
|
|
|
.default .photo,
|
|
|
|
.default .sticker {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.video_duration {
|
|
|
|
background: rgba(0, 0, 0, .4);
|
|
|
|
padding: 0px 5px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
border-radius: 2px;
|
|
|
|
right: 3px;
|
|
|
|
bottom: 3px;
|
|
|
|
color: #ffffff;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
.video_play_bg {
|
|
|
|
background: rgba(0, 0, 0, .4);
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 0;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
border-radius: 50%;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: -20px auto 0 -20px;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
.video_play {
|
|
|
|
position: absolute;
|
|
|
|
display: inline-block;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
margin-top: -9px;
|
|
|
|
z-index: 1;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 9px 0 9px 14px;
|
|
|
|
border-color: transparent transparent transparent #fff;
|
|
|
|
}
|
|
|
|
.gif_play {
|
|
|
|
font-weight: 700;
|
|
|
|
color: #FFF;
|
|
|
|
display: block;
|
|
|
|
line-height: 40px;
|
|
|
|
font-size: 13px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-07-08 16:26:39 +00:00
|
|
|
.pagination {
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
|
2018-07-24 18:28:04 +00:00
|
|
|
.toast_container {
|
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity 3.0s ease;
|
|
|
|
}
|
|
|
|
.toast_body {
|
|
|
|
margin: 0 -50%;
|
|
|
|
float: left;
|
|
|
|
border-radius: 15px;
|
|
|
|
padding: 10px 20px;
|
|
|
|
background: rgba(0, 0, 0, 0.7);
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
div.toast_shown {
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 0.4s ease;
|
|
|
|
}
|
|
|
|
|
2018-07-03 23:09:25 +00:00
|
|
|
.section.calls {
|
|
|
|
background-image: url(../images/section_calls.png);
|
|
|
|
}
|
|
|
|
.section.chats {
|
|
|
|
background-image: url(../images/section_chats.png);
|
|
|
|
}
|
|
|
|
.section.contacts {
|
|
|
|
background-image: url(../images/section_contacts.png);
|
|
|
|
}
|
|
|
|
.section.frequent {
|
|
|
|
background-image: url(../images/section_frequent.png);
|
|
|
|
}
|
|
|
|
.section.photos {
|
|
|
|
background-image: url(../images/section_photos.png);
|
|
|
|
}
|
|
|
|
.section.sessions {
|
|
|
|
background-image: url(../images/section_sessions.png);
|
|
|
|
}
|
|
|
|
.section.web {
|
|
|
|
background-image: url(../images/section_web.png);
|
|
|
|
}
|
|
|
|
.section.other {
|
|
|
|
background-image: url(../images/section_other.png)
|
|
|
|
}
|
|
|
|
.page_header a.content {
|
|
|
|
background-image: url(../images/back.png);
|
|
|
|
}
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_call .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_call.png)
|
|
|
|
}
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_contact .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_contact.png)
|
|
|
|
}
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_file .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_file.png)
|
|
|
|
}
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_game .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_game.png)
|
|
|
|
}
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_live_location .fill,
|
|
|
|
.media_location .fill,
|
|
|
|
.media_venue .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_location.png)
|
|
|
|
}
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_audio_file .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_music.png)
|
|
|
|
}
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_invoice .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_shop.png)
|
|
|
|
}
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_voice_message .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_voice.png)
|
|
|
|
}
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_photo .fill {
|
|
|
|
background-image: url(../images/media_photo.png)
|
|
|
|
}
|
|
|
|
.media_video .fill {
|
|
|
|
background-image: url(../images/media_video.png)
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
|
|
|
|
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
|
|
|
|
.section.calls {
|
|
|
|
background-image: url(../images/section_calls@2x.png);
|
|
|
|
}
|
|
|
|
.section.chats {
|
|
|
|
background-image: url(../images/section_chats@2x.png);
|
|
|
|
}
|
|
|
|
.section.contacts {
|
|
|
|
background-image: url(../images/section_contacts@2x.png);
|
|
|
|
}
|
|
|
|
.section.frequent {
|
|
|
|
background-image: url(../images/section_frequent@2x.png);
|
|
|
|
}
|
|
|
|
.section.photos {
|
|
|
|
background-image: url(../images/section_photos@2x.png);
|
|
|
|
}
|
|
|
|
.section.sessions {
|
|
|
|
background-image: url(../images/section_sessions@2x.png);
|
|
|
|
}
|
|
|
|
.section.web {
|
|
|
|
background-image: url(../images/section_web@2x.png);
|
|
|
|
}
|
|
|
|
.section.other {
|
|
|
|
background-image: url(../images/section_other@2x.png);
|
|
|
|
}
|
|
|
|
.page_header a.content {
|
|
|
|
background-image: url(../images/back@2x.png);
|
|
|
|
}
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_call .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_call@2x.png)
|
|
|
|
}
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_contact .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_contact@2x.png)
|
|
|
|
}
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_file .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_file@2x.png)
|
|
|
|
}
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_game .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_game@2x.png)
|
|
|
|
}
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_live_location .fill,
|
|
|
|
.media_location .fill,
|
|
|
|
.media_venue .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_location@2x.png)
|
|
|
|
}
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_audio_file .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_music@2x.png)
|
|
|
|
}
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_invoice .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_shop@2x.png)
|
|
|
|
}
|
2018-07-07 20:58:54 +00:00
|
|
|
.media_voice_message .fill {
|
2018-07-03 23:09:25 +00:00
|
|
|
background-image: url(../images/media_voice@2x.png)
|
|
|
|
}
|
2018-07-08 20:19:31 +00:00
|
|
|
.media_photo .fill {
|
|
|
|
background-image: url(../images/media_photo@2x.png)
|
|
|
|
}
|
|
|
|
.media_video .fill {
|
|
|
|
background-image: url(../images/media_video@2x.png)
|
|
|
|
}
|
2018-07-03 23:09:25 +00:00
|
|
|
}
|