|
|
|
/* Thanks to @brandonb927
|
|
|
|
https://gist.github.com/brandonb927/3874012
|
|
|
|
|
|
|
|
Prepending 'only screen and ' to each media query breaks nested media queries */
|
|
|
|
/* app desktop css */
|
|
|
|
.tg_head_split {
|
|
|
|
max-width: 1010px;
|
|
|
|
margin: 0 auto;
|
|
|
|
height: 48px;
|
|
|
|
background: #5682a3;
|
|
|
|
}
|
|
|
|
.tg_head_logo_wrap {
|
|
|
|
float: left;
|
|
|
|
width: 31%;
|
|
|
|
}
|
|
|
|
.tg_head_main_wrap {
|
|
|
|
float: left;
|
|
|
|
width: 69%;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.tg_head_btn {
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 16px 19px;
|
|
|
|
color: #b9cfe3;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
.dropdown.open .tg_head_btn,
|
|
|
|
.tg_head_btn:hover {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
background: #497799;
|
|
|
|
}
|
|
|
|
.dropdown.open .tg_head_btn {
|
|
|
|
position: relative;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown .dropdown-toggle {
|
|
|
|
color: #fff;
|
|
|
|
padding: 17px 20px 15px 22px;
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 16px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown .dropdown-toggle:hover,
|
|
|
|
.tg_head_logo_dropdown .dropdown-toggle:focus,
|
|
|
|
.tg_head_logo_dropdown .dropdown-toggle:active {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown .dropdown-toggle .tg_head_logo_text {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.icon-hamburger-wrap {
|
|
|
|
display: inline-block;
|
|
|
|
width: 18px;
|
|
|
|
height: 14px;
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown .icon-hamburger-wrap {
|
|
|
|
margin: 0 40px 0 0;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown .icon-tg-title {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.icon-hamburger-wrap .icon-bar {
|
|
|
|
background: #fff;
|
|
|
|
display: block;
|
|
|
|
height: 2px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.icon-hamburger-wrap .icon-bar:nth-child(2) {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown .icon-bar {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transition: -webkit-transform 0.1s ease-in;
|
|
|
|
-o-transition: -o-transform 0.1s ease;
|
|
|
|
-ms-transition: -ms-transform 0.1s ease;
|
|
|
|
-moz-transition: -moz-transform 0.1s ease;
|
|
|
|
transition: transform 0.1s ease-in;
|
|
|
|
-webkit-transform-origin: 50% 50%;
|
|
|
|
-o-transform-origin: 50% 50%;
|
|
|
|
-ms-transform-origin: 50% 50%;
|
|
|
|
-moz-transform-origin: 50% 50%;
|
|
|
|
transform-origin: 50% 50%;
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown:not(.open) .dropdown-toggle:hover .icon-bar:nth-child(1) {
|
|
|
|
-webkit-transform: translateY(-1px);
|
|
|
|
-moz-transform: translateY(-1px);
|
|
|
|
-o-transform: translateY(-1px);
|
|
|
|
-ms-transform: translateY(-1px);
|
|
|
|
transform: translateY(-1px);
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown:not(.open) .dropdown-toggle:hover .icon-bar:nth-child(3) {
|
|
|
|
-webkit-transform: translateY(1px);
|
|
|
|
-moz-transform: translateY(1px);
|
|
|
|
-o-transform: translateY(1px);
|
|
|
|
-ms-transform: translateY(1px);
|
|
|
|
transform: translateY(1px);
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown.open .icon-bar:nth-child(1) {
|
|
|
|
-webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
|
|
|
|
-moz-transform: translate3d(0, 6px, 0) rotate(45deg);
|
|
|
|
-o-transform: translate3d(0, 6px, 0) rotate(45deg);
|
|
|
|
-ms-transform: translate3d(0, 6px, 0) rotate(45deg);
|
|
|
|
transform: translate3d(0, 6px, 0) rotate(45deg);
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown.open .icon-bar:nth-child(2) {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown.open .icon-bar:nth-child(3) {
|
|
|
|
-webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
|
|
|
|
-moz-transform: translate3d(0, -6px, 0) rotate(-45deg);
|
|
|
|
-o-transform: translate3d(0, -6px, 0) rotate(-45deg);
|
|
|
|
-ms-transform: translate3d(0, -6px, 0) rotate(-45deg);
|
|
|
|
transform: translate3d(0, -6px, 0) rotate(-45deg);
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown .dropdown-menu {
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 9px 0 7px;
|
|
|
|
margin: -1px 0 0;
|
|
|
|
float: none;
|
|
|
|
right: 0;
|
|
|
|
border: 1px solid rgba(15, 60, 96, 0.2);
|
|
|
|
border-left-color: #b5c3d0;
|
|
|
|
border-right-color: #b5c3d0;
|
|
|
|
-webkit-box-shadow: 0px 1px 3px 0px rgba(60, 75, 87, 0.27);
|
|
|
|
-moz-box-shadow: 0px 1px 3px 0px rgba(60, 75, 87, 0.27);
|
|
|
|
box-shadow: 0px 1px 3px 0px rgba(60, 75, 87, 0.27);
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rollIn {
|
|
|
|
from {
|
|
|
|
transform: translateY(-220px);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rollIn {
|
|
|
|
from {
|
|
|
|
transform: translateY(-220px);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown.open .dropdown-menu {
|
|
|
|
-webkit-animation: rollIn 0.1s ease-in;
|
|
|
|
animation: rollIn 0.1s ease-in;
|
|
|
|
z-index: 4;
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown .dropdown-menu > li > a {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 21px;
|
|
|
|
padding: 11px 19px 10px 21px;
|
|
|
|
color: #42749b;
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown .dropdown-menu > li > a:hover {
|
|
|
|
background: #f2f6fa;
|
|
|
|
}
|
|
|
|
.tg_head_logo_dropdown .dropdown-menu > li > a span {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.icon-new-group {
|
|
|
|
width: 20px;
|
|
|
|
height: 14px;
|
|
|
|
margin-right: 38px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 3px;
|
|
|
|
background-image: url(../img/icons/General.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -10px -111px;
|
|
|
|
}
|
|
|
|
.is_2x .icon-new-group {
|
|
|
|
background-image: url(../img/icons/General_2x.png);
|
|
|
|
background-size: 40px 948px;
|
|
|
|
}
|
|
|
|
.icon-contacts {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
margin-right: 40px;
|
|
|
|
margin-top: 2px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
background-image: url(../img/icons/General.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -11px -135px;
|
|
|
|
}
|
|
|
|
.is_2x .icon-contacts {
|
|
|
|
background-image: url(../img/icons/General_2x.png);
|
|
|
|
background-size: 40px 948px;
|
|
|
|
}
|
|
|
|
.icon-settings {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-right: 38px;
|
|
|
|
margin-top: 1px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
background-image: url(../img/icons/General.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -10px -163px;
|
|
|
|
}
|
|
|
|
.is_2x .icon-settings {
|
|
|
|
background-image: url(../img/icons/General_2x.png);
|
|
|
|
background-size: 40px 948px;
|
|
|
|
}
|
|
|
|
.icon-faq {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-right: 38px;
|
|
|
|
margin-top: 1px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
background-image: url(../img/icons/General.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -10px -637px;
|
|
|
|
}
|
|
|
|
.is_2x .icon-faq {
|
|
|
|
background-image: url(../img/icons/General_2x.png);
|
|
|
|
background-size: 40px 948px;
|
|
|
|
}
|
|
|
|
.icon-about {
|
|
|
|
width: 21px;
|
|
|
|
height: 21px;
|
|
|
|
margin-right: 37px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
background-image: url(../img/icons/General.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -10px -193px;
|
|
|
|
}
|
|
|
|
.is_2x .icon-about {
|
|
|
|
background-image: url(../img/icons/General_2x.png);
|
|
|
|
background-size: 40px 948px;
|
|
|
|
}
|
|
|
|
.tg_head_connecting_text {
|
|
|
|
color: #b9cfe3;
|
|
|
|
padding: 14px 15px;
|
|
|
|
font-size: 13px;
|
|
|
|
display: block;
|
|
|
|
line-height: 20px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.tg_head_connecting_wrap .tg_head_btn {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.tg_head_peer_search_btn {
|
|
|
|
float: right;
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
.tg_head_peer_dropdown {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.tg_head_peer_status {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.tg_head_peer_dropdown .dropdown-menu {
|
|
|
|
max-width: 100%;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 9px 0;
|
|
|
|
float: none;
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
margin: -1px 0 0 0;
|
|
|
|
border: 1px solid rgba(15, 60, 96, 0.2);
|
|
|
|
-webkit-box-shadow: 0px 1px 3px 0px rgba(60, 75, 87, 0.27);
|
|
|
|
-moz-box-shadow: 0px 1px 3px 0px rgba(60, 75, 87, 0.27);
|
|
|
|
box-shadow: 0px 1px 3px 0px rgba(60, 75, 87, 0.27);
|
|
|
|
}
|
|
|
|
.tg_head_peer_more_dropdown .dropdown-menu {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
.tg_head_peer_dropdown .dropdown-menu > li > a {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 15px;
|
|
|
|
padding: 11px 18px 11px 18px;
|
|
|
|
color: #52719a;
|
|
|
|
}
|
|
|
|
.tg_head_peer_dropdown .dropdown-menu > li > a:hover {
|
|
|
|
background: #f3f6fa;
|
|
|
|
}
|
|
|
|
.tg_head_peer_return_btn {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.tg_head_peer_return_count {
|
|
|
|
color: #fff;
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
.tg_head_peer_title_wrap {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.tg_head_peer_title_wrap .tg_head_btn {
|
|
|
|
padding: 15px 19px 15px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
.tg_head_peer_title_wrap .tg_head_btn .tg_head_peer_info {
|
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
-ms-text-overflow: ellipsis;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.tg_head_peer_title {
|
|
|
|
display: inline-block;
|
|
|
|
color: #fff;
|
|
|
|
margin-right: 3px;
|
|
|
|
-ms-text-overflow: ellipsis;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 180px;
|
|
|
|
overflow: hidden;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.tg_head_peer_media {
|
|
|
|
padding: 14px 19px;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 20px;
|
|
|
|
float: left;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.icon-search {
|
|
|
|
display: inline-block;
|
|
|
|
width: 17px;
|
|
|
|
height: 17px;
|
|
|
|
background-image: url(../img/icons/IconsetW.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -12px -1037px;
|
|
|
|
vertical-align: middle;
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
|
|
|
.is_2x .icon-search {
|
|
|
|
background-image: url(../img/icons/IconsetW_2x.png);
|
|
|
|
background-size: 42px 1171px;
|
|
|
|
}
|
|
|
|
.tg_head_peer_media_dropdown .dropdown-toggle {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.tg_head_peer_media_dropdown .dropdown-toggle .icon-bar {
|
|
|
|
display: block;
|
|
|
|
background-color: #d7e5f0;
|
|
|
|
width: 4px;
|
|
|
|
height: 4px;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
.tg_head_peer_media_dropdown .dropdown-toggle .icon-bar + .icon-bar {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
.icon-filter-photos,
|
|
|
|
.icon-filter-video,
|
|
|
|
.icon-filter-documents,
|
|
|
|
.icon-filter-audio {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 12px;
|
|
|
|
vertical-align: top;
|
|
|
|
background-image: url(../img/icons/General.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
.is_2x .icon-filter-photos,
|
|
|
|
.is_2x .icon-filter-video,
|
|
|
|
.is_2x .icon-filter-documents,
|
|
|
|
.is_2x .icon-filter-audio {
|
|
|
|
background-image: url(../img/icons/General_2x.png);
|
|
|
|
background-size: 40px 948px;
|
|
|
|
}
|
|
|
|
.icon-filter-photos {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
background-position: -11px -223px;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
.icon-filter-video {
|
|
|
|
width: 16px;
|
|
|
|
height: 18px;
|
|
|
|
background-position: -12px -278px;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
.icon-filter-documents {
|
|
|
|
width: 18px;
|
|
|
|
height: 17px;
|
|
|
|
background-position: -11px -251px;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
.icon-filter-audio {
|
|
|
|
width: 14px;
|
|
|
|
height: 19px;
|
|
|
|
background-position: -13px -306px;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
/** initial setup **/
|
|
|
|
.nano {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.nano > .nano-content {
|
|
|
|
position: absolute;
|
|
|
|
overflow: scroll;
|
|
|
|
overflow-x: hidden;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.nano > .nano-content:focus {
|
|
|
|
outline: thin dotted;
|
|
|
|
}
|
|
|
|
.nano > .nano-content::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.has-scrollbar > .nano-content::-webkit-scrollbar {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.nano > .nano-pane {
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
position: absolute;
|
|
|
|
width: 10px;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
visibility: hidden\9;
|
|
|
|
/* Target only IE7 and IE8 with this hack */
|
|
|
|
opacity: .01;
|
|
|
|
-webkit-transition: .2s;
|
|
|
|
-moz-transition: .2s;
|
|
|
|
-o-transition: .2s;
|
|
|
|
transition: .2s;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
.nano > .nano-pane > .nano-slider {
|
|
|
|
background: #444;
|
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
|
position: relative;
|
|
|
|
margin: 0 1px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.nano:hover > .nano-pane,
|
|
|
|
.nano-pane.active,
|
|
|
|
.nano-pane.flashed {
|
|
|
|
visibility: visible\9;
|
|
|
|
/* Target only IE7 and IE8 with this hack */
|
|
|
|
opacity: 0.99;
|
|
|
|
}
|
|
|
|
.composer_emoji_tooltip,
|
|
|
|
.composer_dropdown_wrap {
|
|
|
|
z-index: 1001;
|
|
|
|
}
|
|
|
|
.composer_emoji_tooltip .nano > .nano-pane,
|
|
|
|
.composer_dropdown_wrap .nano > .nano-pane {
|
|
|
|
background: rgba(255, 255, 255, 0);
|
|
|
|
right: -2px;
|
|
|
|
top: 5px;
|
|
|
|
bottom: 5px;
|
|
|
|
}
|
|
|
|
.composer_emoji_tooltip .nano > .nano-pane > .nano-slider,
|
|
|
|
.composer_dropdown_wrap .nano > .nano-pane > .nano-slider {
|
|
|
|
background: #d1d1d1;
|
|
|
|
background: rgba(0, 0, 0, 0.17);
|
|
|
|
margin: 0 3px 0 4px;
|
|
|
|
}
|
|
|
|
@media (max-width: 940px) {
|
|
|
|
.composer_emoji_tooltip {
|
|
|
|
margin-left: -245px;
|
|
|
|
}
|
|
|
|
.composer_emoji_tooltip_tail {
|
|
|
|
left: 90%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.composer_dropdown_wrap .nano > .nano-pane {
|
|
|
|
top: 3px;
|
|
|
|
bottom: 3px;
|
|
|
|
right: -1px;
|
|
|
|
}
|
|
|
|
.countries_modal_col .nano > .nano-pane {
|
|
|
|
background: rgba(3, 36, 64, 0.08);
|
|
|
|
width: 3px;
|
|
|
|
right: 6px;
|
|
|
|
top: 0;
|
|
|
|
-webkit-transition: .2s;
|
|
|
|
-moz-transition: .2s;
|
|
|
|
-o-transition: .2s;
|
|
|
|
transition: .2s;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.countries_modal_col .nano > .nano-pane > .nano-slider {
|
|
|
|
background: rgba(3, 46, 79, 0.22);
|
|
|
|
margin: 0;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.im_page_wrap {
|
|
|
|
background: #fff;
|
|
|
|
max-width: 1010px;
|
|
|
|
min-width: 300px;
|
|
|
|
margin: 0 auto;
|
|
|
|
-webkit-box-shadow: 0px 1px 0 #dfe5ec;
|
|
|
|
-moz-box-shadow: 0px 1px 0 #dfe5ec;
|
|
|
|
box-shadow: 0px 1px 0 #dfe5ec;
|
|
|
|
border-radius: 0 0 3px 3px;
|
|
|
|
border-left: 1px solid #dfe5ec;
|
|
|
|
border-right: 1px solid #dfe5ec;
|
|
|
|
border-bottom: 1px solid #d2dbe3;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.footer_wrap {
|
|
|
|
font-size: 11px;
|
|
|
|
text-align: center;
|
|
|
|
color: #9cacb9;
|
|
|
|
line-height: 40px;
|
|
|
|
}
|
|
|
|
.footer_empty {
|
|
|
|
height: 23px;
|
|
|
|
}
|
|
|
|
.footer_brand {
|
|
|
|
color: #9cacb9;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
a.footer_lang_link {
|
|
|
|
color: #9cacb9;
|
|
|
|
}
|
|
|
|
a.footer_lang_link.active {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
a.footer_link {
|
|
|
|
color: #9cacb9;
|
|
|
|
padding: 0 3px;
|
|
|
|
}
|
|
|
|
.footer_brand:hover,
|
|
|
|
.footer_brand:active,
|
|
|
|
a.footer_lang_link.active:hover,
|
|
|
|
a.footer_lang_link.active:active,
|
|
|
|
a.footer_link.active:hover,
|
|
|
|
a.footer_link.active:active {
|
|
|
|
color: #8499aa;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.footer_link_divider {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
.im_dialogs_col {
|
|
|
|
margin-right: -7px;
|
|
|
|
}
|
|
|
|
.im_dialogs_col_wrap {
|
|
|
|
float: left;
|
|
|
|
width: 31%;
|
|
|
|
border-right: 2px solid #E9EBED;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
.im_dialogs_scrollable_wrap {
|
|
|
|
padding: 0 7px 0 0;
|
|
|
|
/* Hardware acceleration in Safari */
|
|
|
|
-webkit-transform: translateZ(0);
|
|
|
|
-webkit-perspective: 1000;
|
|
|
|
-webkit-backface-visibility: hidden;
|
|
|
|
}
|
|
|
|
.im_dialogs_col .nano > .nano-pane {
|
|
|
|
background: rgba(0, 0, 0, 0);
|
|
|
|
width: 12px;
|
|
|
|
right: 0px;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
-webkit-transition: none;
|
|
|
|
-moz-transition: none;
|
|
|
|
-o-transition: none;
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
.im_dialogs_col .nano > .nano-pane > .nano-slider {
|
|
|
|
background: rgba(30, 85, 127, 0.3);
|
|
|
|
margin: 0 5px;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.im_history_col_wrap {
|
|
|
|
float: left;
|
|
|
|
width: 69%;
|
|
|
|
}
|
|
|
|
.im_history_scrollable_wrap {
|
|
|
|
/* Hardware acceleration in Safari */
|
|
|
|
}
|
|
|
|
.im_history_col .nano > .nano-pane,
|
|
|
|
.contacts_modal_col .nano > .nano-pane,
|
|
|
|
.sessions_modal_col .nano > .nano-pane,
|
|
|
|
.stickerset_modal_col .nano > .nano-pane,
|
|
|
|
.im_dialogs_modal_col .nano > .nano-pane {
|
|
|
|
background: rgba(216, 223, 225, 0.45);
|
|
|
|
/*45% d8dfe5*/
|
|
|
|
width: 9px;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
-webkit-transition: none;
|
|
|
|
-moz-transition: none;
|
|
|
|
-o-transition: none;
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
.contacts_modal_col .nano > .nano-pane {
|
|
|
|
width: 5px;
|
|
|
|
right: 4px;
|
|
|
|
top: 10px;
|
|
|
|
}
|
|
|
|
.sessions_modal_col .nano > .nano-pane,
|
|
|
|
.stickerset_modal_col .nano > .nano-pane {
|
|
|
|
top: 4px;
|
|
|
|
bottom: 4px;
|
|
|
|
width: 5px;
|
|
|
|
right: 4px;
|
|
|
|
}
|
|
|
|
.im_dialogs_modal_col .nano > .nano-pane {
|
|
|
|
width: 6px;
|
|
|
|
right: 2px;
|
|
|
|
top: 10px;
|
|
|
|
}
|
|
|
|
.im_history_col .nano > .nano-pane {
|
|
|
|
top: 10px;
|
|
|
|
right: 8px;
|
|
|
|
}
|
|
|
|
.im_history_col .nano > .nano-pane > .nano-slider,
|
|
|
|
.contacts_modal_col .nano > .nano-pane > .nano-slider,
|
|
|
|
.sessions_modal_col .nano > .nano-pane > .nano-slider,
|
|
|
|
.stickerset_modal_col .nano > .nano-pane > .nano-slider,
|
|
|
|
.im_dialogs_modal_col .nano > .nano-pane > .nano-slider {
|
|
|
|
background: rgba(137, 160, 179, 0.5);
|
|
|
|
/*50% 89a0b3*/
|
|
|
|
margin: 0;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.reply_markup_scrollable_container .nano > .nano-pane {
|
|
|
|
background: rgba(137, 160, 179, 0.1);
|
|
|
|
right: 2px;
|
|
|
|
width: 3px;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
-webkit-border-radius: 1px;
|
|
|
|
-moz-border-radius: 1px;
|
|
|
|
border-radius: 1px;
|
|
|
|
}
|
|
|
|
.reply_markup_scrollable_container .nano > .nano-pane > .nano-slider {
|
|
|
|
-webkit-border-radius: 1px;
|
|
|
|
-moz-border-radius: 1px;
|
|
|
|
border-radius: 1px;
|
|
|
|
background: #d1d1d1;
|
|
|
|
background: rgba(137, 160, 179, 0.5);
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.im_history_no_dialogs_wrap {
|
|
|
|
margin: 122px 170px 60px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.im_history_appending {
|
|
|
|
-webkit-transition: all ease-in-out 0.2s;
|
|
|
|
-moz-transition: all ease-in-out 0.2s;
|
|
|
|
-ms-transition: all ease-in-out 0.2s;
|
|
|
|
-o-transition: all ease-in-out 0.2s;
|
|
|
|
transition: all ease-in-out 0.2s;
|
|
|
|
}
|
|
|
|
.im_history_typing_wrap {
|
|
|
|
line-height: 18px;
|
|
|
|
width: 100%;
|
|
|
|
height: 39px;
|
|
|
|
overflow: hidden;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
}
|
|
|
|
.im_history_typing {
|
|
|
|
font-size: 11px;
|
|
|
|
color: #999;
|
|
|
|
max-width: 556px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 13px 81px 8px 85px;
|
|
|
|
}
|
|
|
|
.im_history_typing a.im_history_typing_author {
|
|
|
|
color: #999;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.im_history_loading_less {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
/* Contacts modal */
|
|
|
|
.contacts_modal_window .modal-dialog {
|
|
|
|
max-width: 420px;
|
|
|
|
}
|
|
|
|
.contacts_modal_members_list {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
.contacts_modal_members_list a.contacts_modal_contact {
|
|
|
|
padding: 8px 16px;
|
|
|
|
}
|
|
|
|
.contacts_modal_members_list .active a.contacts_modal_contact,
|
|
|
|
.contacts_modal_members_list .active a.contacts_modal_contact:hover {
|
|
|
|
background: #6490b1;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.contacts_modal_members_list .active a.contacts_modal_contact .md_modal_list_peer_description,
|
|
|
|
.contacts_modal_members_list .active a.contacts_modal_contact:hover .md_modal_list_peer_description,
|
|
|
|
.contacts_modal_members_list .active a.contacts_modal_contact .md_modal_list_peer_description .status_online {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.session_terminate_btn {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
.sessions_modal_session:hover .session_terminate_btn {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
/* Messages edit panel */
|
|
|
|
.im_edit_delete_btn,
|
|
|
|
.im_edit_forward_btn,
|
|
|
|
.im_edit_reply_btn,
|
|
|
|
.im_start_btn {
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 7px 17px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin: 6px 0 6px 14px;
|
|
|
|
}
|
|
|
|
.im_edit_panel_wrap {
|
|
|
|
padding: 0px 0 41px;
|
|
|
|
margin: 0 24px 0 12px;
|
|
|
|
}
|
|
|
|
.im_edit_panel_border {
|
|
|
|
display: block;
|
|
|
|
margin: 0 0 42px 3px;
|
|
|
|
border-bottom: 1px solid #EEE;
|
|
|
|
}
|
|
|
|
.im_edit_cancel_link {
|
|
|
|
display: block;
|
|
|
|
padding: 7px 17px;
|
|
|
|
border-radius: 2px;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 6px 6px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.im_edit_selected_actions {
|
|
|
|
text-align: left;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.im_edit_start_actions {
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.im_start_btn {
|
|
|
|
padding: 7px 25px;
|
|
|
|
}
|
|
|
|
.im_selected_count {
|
|
|
|
color: #b9cfe3;
|
|
|
|
}
|
|
|
|
.im_submit {
|
|
|
|
color: #499dd9;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
height: 18px;
|
|
|
|
border-radius: 0;
|
|
|
|
float: right;
|
|
|
|
min-width: 0;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-left: 10px;
|
|
|
|
width: auto;
|
|
|
|
padding: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.im_submit:hover {
|
|
|
|
color: #3589c5;
|
|
|
|
background: inherit;
|
|
|
|
}
|
|
|
|
.im_submit_edit_label,
|
|
|
|
.im_submit_edit .im_submit_send_label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.im_submit_edit .im_submit_edit_label {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.composer_emoji_panel {
|
|
|
|
display: block;
|
|
|
|
height: 30px;
|
|
|
|
overflow: hidden;
|
|
|
|
max-width: 210px;
|
|
|
|
}
|
|
|
|
.composer_emoji_panel a.composer_emoji_btn {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 5px;
|
|
|
|
outline: 0;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin: -1px 0 2px -1px;
|
|
|
|
}
|
|
|
|
.im_message_selected .im_message_date,
|
|
|
|
.im_message_selected .im_message_document_size,
|
|
|
|
.im_message_selected .im_message_audio_duration,
|
|
|
|
.im_message_selected .im_message_audio_size,
|
|
|
|
.im_message_selected .im_message_fwd_date,
|
|
|
|
.im_message_selected .im_message_author_admin,
|
|
|
|
.im_message_selected .im_message_views_cnt,
|
|
|
|
.im_message_selected .im_message_sign_link,
|
|
|
|
.im_history_select_active .im_message_outer_wrap:hover .im_message_date,
|
|
|
|
.im_history_select_active .im_message_outer_wrap:hover .im_message_document_size,
|
|
|
|
.im_history_select_active .im_message_outer_wrap:hover .im_message_audio_duration,
|
|
|
|
.im_history_select_active .im_message_outer_wrap:hover .im_message_audio_size,
|
|
|
|
.im_history_select_active .im_message_outer_wrap:hover .im_message_fwd_date,
|
|
|
|
.im_history_select_active .im_message_outer_wrap:hover .im_message_author_admin,
|
|
|
|
.im_history_select_active .im_message_outer_wrap:hover .im_message_views_cnt,
|
|
|
|
.im_history_select_active .im_message_outer_wrap:hover .im_message_sign_link {
|
|
|
|
color: #899daf;
|
|
|
|
}
|
|
|
|
.icon-select-tick {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
@media (min-width: 900px) {
|
|
|
|
.im_message_wrap {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.im_message_selected .icon-select-tick,
|
|
|
|
.im_history_selectable .im_message_outer_wrap:hover .icon-select-tick {
|
|
|
|
position: absolute;
|
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
|
|
|
margin: 9px 0 0 -59px;
|
|
|
|
display: block;
|
|
|
|
background-image: url(../img/icons/IconsetW.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -9px -481px;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
.is_2x .im_message_selected .icon-select-tick,
|
|
|
|
.is_2x .im_history_selectable .im_message_outer_wrap:hover .icon-select-tick {
|
|
|
|
background-image: url(../img/icons/IconsetW_2x.png);
|
|
|
|
background-size: 42px 1171px;
|
|
|
|
}
|
|
|
|
.im_message_selected .icon-select-tick {
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
.im_grouped_short .icon-select-tick,
|
|
|
|
.im_grouped_short .im_message_outer_wrap:hover .icon-select-tick {
|
|
|
|
margin-top: -2px;
|
|
|
|
}
|
|
|
|
.im_message_fwd .icon-select-tick,
|
|
|
|
.im_message_outer_wrap:hover .im_message_fwd .icon-select-tick {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.im_grouped_fwd .icon-select-tick,
|
|
|
|
.im_grouped_fwd .im_message_outer_wrap:hover .icon-select-tick {
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
|
|
|
.im_grouped .icon-select-tick,
|
|
|
|
.im_grouped .im_message_outer_wrap:hover .icon-select-tick {
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
|
|
|
.im_grouped_fwd_short .icon-select-tick,
|
|
|
|
.im_grouped_fwd_short .im_message_outer_wrap:hover .icon-select-tick {
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.icon-message-status {
|
|
|
|
pointer-events: none;
|
|
|
|
background: #4eabf1;
|
|
|
|
border: 0;
|
|
|
|
display: block;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
border-radius: 7px;
|
|
|
|
position: absolute;
|
|
|
|
margin-left: -26px;
|
|
|
|
margin-top: 16px;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
.im_message_unread .icon-message-status {
|
|
|
|
opacity: 1.0;
|
|
|
|
}
|
|
|
|
.im_message_pending .icon-message-status {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
.im_grouped_short .icon-message-status {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
.im_message_fwd .icon-message-status {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
.im_grouped_fwd .icon-message-status {
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
.im_grouped .icon-message-status {
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
.im_grouped_fwd_short .icon-message-status {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
/* Dialogs modal */
|
|
|
|
.peer_select_window .modal-dialog {
|
|
|
|
max-width: 420px;
|
|
|
|
}
|
|
|
|
.peer_select_modal_footer {
|
|
|
|
padding: 15px 10px 15px;
|
|
|
|
-webkit-box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.05);
|
|
|
|
-moz-box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.05);
|
|
|
|
box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.05);
|
|
|
|
}
|
|
|
|
.peer_select_modal_recipients_wrap {
|
|
|
|
padding: 6px 0 0 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
max-width: 300px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.peer_select_modal_recipients_empty,
|
|
|
|
.peer_select_modal_recipients_name {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.peer_select_modal_recipient {
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
max-width: 120px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
a.peer_select_modal_share_link {
|
|
|
|
color: #999 !important;
|
|
|
|
}
|
|
|
|
@media (max-height: 600px), (max-width: 1010px) {
|
|
|
|
.im_page_wrap {
|
|
|
|
border-bottom: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
.footer_wrap {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.im_message_fwd_author_wrap {
|
|
|
|
margin: 1px 0 4px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.im_message_fwd_author {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.im_message_fwd .im_message_fwd_author_wrap,
|
|
|
|
.im_message_fwd .im_message_text,
|
|
|
|
.im_message_fwd .im_message_media,
|
|
|
|
.im_message_fwd .im_message_sign {
|
|
|
|
margin-left: 52px;
|
|
|
|
}
|
|
|
|
.im_send_panel_wrap {
|
|
|
|
max-width: 554px;
|
|
|
|
padding-bottom: 21px;
|
|
|
|
}
|
|
|
|
.im_send_form {
|
|
|
|
max-width: 382px;
|
|
|
|
left: 70px;
|
|
|
|
right: 72px;
|
|
|
|
}
|
|
|
|
.im_panel_peer_photo,
|
|
|
|
.im_panel_own_photo {
|
|
|
|
width: 52px;
|
|
|
|
height: 52px;
|
|
|
|
line-height: 52px;
|
|
|
|
border-radius: 50%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
div.im_panel_peer_photo,
|
|
|
|
a.im_panel_peer_photo {
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: 20px;
|
|
|
|
height: 55px;
|
|
|
|
}
|
|
|
|
a.im_panel_own_photo {
|
|
|
|
display: block;
|
|
|
|
margin-right: 18px;
|
|
|
|
}
|
|
|
|
a.im_panel_own_photo .peer_initials,
|
|
|
|
div.im_panel_peer_photo .peer_initials,
|
|
|
|
a.im_panel_peer_photo .peer_initials {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 50px;
|
|
|
|
}
|
|
|
|
.im_panel_peer_online {
|
|
|
|
background: #6ec26d;
|
|
|
|
border: 2px solid #fff;
|
|
|
|
display: block;
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
border-radius: 7px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: -12px;
|
|
|
|
margin-left: 36px;
|
|
|
|
}
|
|
|
|
.composer_emoji_insert_btn,
|
|
|
|
.composer_progress_icon_wrap,
|
|
|
|
.composer_command_btn,
|
|
|
|
.composer_keyboard_btn {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
.composer_emoji_insert_btn:hover .icon-emoji {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.composer_emoji_insert_btn:active .icon-emoji,
|
|
|
|
.composer_emoji_insert_btn.composer_emoji_insert_btn_on .icon-emoji {
|
|
|
|
background-position: -9px -367px;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.im_send_field_wrap {
|
|
|
|
margin-bottom: 13px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
.composer_rich_textarea,
|
|
|
|
.composer_textarea {
|
|
|
|
overflow: none;
|
|
|
|
overflow-y: scroll;
|
|
|
|
border-radius: 0;
|
|
|
|
border: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
outline: none;
|
|
|
|
box-shadow: 0 1px 0 0 #e8e8e8;
|
|
|
|
padding: 1px 28px 1px 0;
|
|
|
|
position: relative;
|
|
|
|
margin: 0;
|
|
|
|
min-height: 52px;
|
|
|
|
line-height: 20px;
|
|
|
|
height: auto;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.composer_rich_textarea:focus,
|
|
|
|
.composer_textarea:focus {
|
|
|
|
border: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
outline: none;
|
|
|
|
box-shadow: 0 2px 0 0 #77b7e4;
|
|
|
|
}
|
|
|
|
.im_send_field_wrap_2ndbtn .composer_rich_textarea,
|
|
|
|
.im_send_field_wrap_2ndbtn .composer_textarea {
|
|
|
|
padding-right: 65px;
|
|
|
|
}
|
|
|
|
.icon-paperclip {
|
|
|
|
display: inline-block;
|
|
|
|
width: 18px;
|
|
|
|
height: 17px;
|
|
|
|
vertical-align: top;
|
|
|
|
opacity: 0.8;
|
|
|
|
margin: 0;
|
|
|
|
background-image: url(../img/icons/General.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -11px -455px;
|
|
|
|
}
|
|
|
|
.is_2x .icon-paperclip {
|
|
|
|
background-image: url(../img/icons/General_2x.png);
|
|
|
|
background-size: 40px 948px;
|
|
|
|
}
|
|
|
|
.im_attach {
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
width: 18px;
|
|
|
|
height: 17px;
|
|
|
|
margin-right: 28px;
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
.im_attach:hover .icon-paperclip {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.im_attach:active .icon-paperclip {
|
|
|
|
background-position: -11px -482px;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.im_media_attach {
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
padding: 0;
|
|
|
|
width: 20px;
|
|
|
|
height: 18px;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-right: 25px;
|
|
|
|
}
|
|
|
|
.icon-camera {
|
|
|
|
display: inline-block;
|
|
|
|
width: 20px;
|
|
|
|
height: 18px;
|
|
|
|
vertical-align: top;
|
|
|
|
opacity: 0.8;
|
|
|
|
background-image: url(../img/icons/General.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -10px -399px;
|
|
|
|
}
|
|
|
|
.is_2x .icon-camera {
|
|
|
|
background-image: url(../img/icons/General_2x.png);
|
|
|
|
background-size: 40px 948px;
|
|
|
|
}
|
|
|
|
.im_media_attach:hover .icon-camera {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.im_media_attach:active .icon-camera {
|
|
|
|
background-position: -10px -427px;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.im_record {
|
|
|
|
display: none;
|
|
|
|
width: 18px;
|
|
|
|
height: 23px;
|
|
|
|
margin-right: 15px;
|
|
|
|
user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.im_record_supported .im_record {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.im_record_bg {
|
|
|
|
position: absolute;
|
|
|
|
margin: -10px 0 0 -16px;
|
|
|
|
padding: 13px 16px 13px 16px;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
border-radius: 50px;
|
|
|
|
overflow: hidden;
|
|
|
|
background: #fff;
|
|
|
|
transition: background-color linear 0.2s;
|
|
|
|
}
|
|
|
|
.im_send_form_hover .im_voice_recording .im_record_bg {
|
|
|
|
background: #cae9ff;
|
|
|
|
}
|
|
|
|
.icon-mic {
|
|
|
|
display: inline-block;
|
|
|
|
width: 18px;
|
|
|
|
height: 22px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
opacity: 0.8;
|
|
|
|
background-image: url(../img/icons/IconsetW.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -12px -285px;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.is_2x .icon-mic {
|
|
|
|
background-image: url(../img/icons/IconsetW_2x.png);
|
|
|
|
background-size: 42px 1171px;
|
|
|
|
}
|
|
|
|
.im_record:hover .icon-mic {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.im_record:active .icon-mic,
|
|
|
|
.im_voice_recording .icon-mic {
|
|
|
|
background-position: -12px -705px;
|
|
|
|
}
|
|
|
|
.im_voice_recorder_wrap {
|
|
|
|
padding: 17px 10px 0;
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
.im_voice_recording .im_voice_recorder_wrap,
|
|
|
|
.im_processing_recording .im_voice_recorder_wrap {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.im_voice_recording .composer_rich_textarea,
|
|
|
|
.im_processing_recording .composer_rich_textarea,
|
|
|
|
.im_voice_recording .im_message_field,
|
|
|
|
.im_processing_recording .im_message_field,
|
|
|
|
.im_voice_recording .composer_emoji_insert_btn,
|
|
|
|
.im_processing_recording .composer_emoji_insert_btn,
|
|
|
|
.im_voice_recording .composer_progress_icon_wrap,
|
|
|
|
.im_processing_recording .composer_progress_icon_wrap,
|
|
|
|
.im_voice_recording .composer_command_btn,
|
|
|
|
.im_processing_recording .composer_command_btn,
|
|
|
|
.im_voice_recording .composer_keyboard_btn,
|
|
|
|
.im_processing_recording .composer_keyboard_btn,
|
|
|
|
.im_voice_recording .im_inline_placeholder_wrap,
|
|
|
|
.im_processing_recording .im_inline_placeholder_wrap {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
@media (max-height: 600px) {
|
|
|
|
a.im_panel_peer_photo,
|
|
|
|
a.im_panel_own_photo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.im_send_field_wrap {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.composer_rich_textarea,
|
|
|
|
.composer_textarea {
|
|
|
|
min-height: 27px;
|
|
|
|
padding-right: 25px;
|
|
|
|
}
|
|
|
|
.composer_progress_icon_wrap {
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.composer_emoji_insert_btn {
|
|
|
|
top: 0;
|
|
|
|
right: 0px;
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
.composer_command_btn {
|
|
|
|
top: 2px;
|
|
|
|
right: 35px;
|
|
|
|
}
|
|
|
|
.composer_keyboard_btn {
|
|
|
|
top: 2px;
|
|
|
|
right: 35px;
|
|
|
|
}
|
|
|
|
.composer_emoji_panel {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.im_submit {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 100%;
|
|
|
|
margin: 0 0 0 15px;
|
|
|
|
}
|
|
|
|
.im_record_supported .im_send_form_empty .im_submit {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.im_media_attach {
|
|
|
|
position: absolute;
|
|
|
|
top: -6px;
|
|
|
|
left: -43px;
|
|
|
|
width: 19px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
.icon-camera {
|
|
|
|
display: inline-block;
|
|
|
|
width: 19px;
|
|
|
|
height: 23px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
opacity: 0.8;
|
|
|
|
margin-top: -1px;
|
|
|
|
background-image: url(../img/icons/IconsetW.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -12px -68px;
|
|
|
|
}
|
|
|
|
.is_2x .icon-camera {
|
|
|
|
background-image: url(../img/icons/IconsetW_2x.png);
|
|
|
|
background-size: 42px 1171px;
|
|
|
|
}
|
|
|
|
.im_media_attach:hover .icon-camera,
|
|
|
|
.im_media_attach:active .icon-camera {
|
|
|
|
background-position: -12px -100px;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.im_attach {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 100%;
|
|
|
|
margin: 0;
|
|
|
|
margin-right: 45px;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
.icon-emoji {
|
|
|
|
display: inline-block;
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
opacity: 1;
|
|
|
|
margin: 0;
|
|
|
|
background-image: url(../img/icons/IconsetW.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -10px -771px;
|
|
|
|
}
|
|
|
|
.is_2x .icon-emoji {
|
|
|
|
background-image: url(../img/icons/IconsetW_2x.png);
|
|
|
|
background-size: 42px 1171px;
|
|
|
|
}
|
|
|
|
.composer_emoji_insert_btn:active .icon-emoji,
|
|
|
|
.is_1x .composer_emoji_insert_btn:active .icon-emoji,
|
|
|
|
.composer_emoji_insert_btn.composer_emoji_insert_btn_on .icon-emoji,
|
|
|
|
.is_1x .composer_emoji_insert_btn.composer_emoji_insert_btn_on .icon-emoji {
|
|
|
|
background-position: -10px -803px;
|
|
|
|
}
|
|
|
|
.im_edit_panel_wrap {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
.im_edit_panel_border {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
|
|
|
.im_send_dropbox_wrap {
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
.im_record {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: -56px;
|
|
|
|
margin-top: -8px;
|
|
|
|
}
|
|
|
|
.im_record_supported .im_send_form_empty .im_record {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.im_voice_recorder_wrap {
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.im_edit_panel_wrap.im_edit_small_panel_wrap {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
.im_edit_small_panel_wrap .im_edit_panel_border {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
|
|
|
/* Peer modals */
|
|
|
|
.user_modal_window .modal-dialog {
|
|
|
|
max-width: 480px;
|
|
|
|
}
|
|
|
|
.user_modal_photo_profile_wrap {
|
|
|
|
padding: 13px 12px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.user_modal_image_wrap {
|
|
|
|
display: block;
|
|
|
|
width: 100px;
|
|
|
|
margin-right: 22px;
|
|
|
|
overflow: hidden;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.user_modal_image {
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
.user_modal_header {
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 2px 0 7px;
|
|
|
|
}
|
|
|
|
.user_modal_status {
|
|
|
|
color: #999;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.modal_section_body dt {
|
|
|
|
font-weight: normal;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
.modal_section_body dd {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.user_modal_main_btn {
|
|
|
|
border: 0;
|
|
|
|
font-size: 12px;
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
margin: 8px 10px 0 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.user_modal_other_btn {
|
|
|
|
margin: 8px 0 0 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.user_modal_other_btn .dropdown-toggle {
|
|
|
|
border: 0;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.user_modal_other_btn .dropdown-menu {
|
|
|
|
margin-left: -3px;
|
|
|
|
}
|
|
|
|
.user_modal_settings_wrap {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
.user_modal_notifications {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.user_modal_clear {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.chat_modal_window .modal-dialog {
|
|
|
|
max-width: 480px;
|
|
|
|
}
|
|
|
|
.chat_modal_header {
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.chat_modal_members_count {
|
|
|
|
color: #999;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
.chat_modal_actions_wrap {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
width: 332px;
|
|
|
|
}
|
|
|
|
.chat_modal_actions_wrap > button,
|
|
|
|
.chat_modal_actions_wrap > .chat_modal_other_btn > button,
|
|
|
|
.chat_modal_actions_wrap > span.btn {
|
|
|
|
padding: 7px 10px;
|
|
|
|
}
|
|
|
|
.chat_modal_main_btn {
|
|
|
|
border: 0;
|
|
|
|
font-size: 12px;
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
.chat_modal_invite_btn {
|
|
|
|
border: 0;
|
|
|
|
font-size: 12px;
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
.chat_modal_delete_btn {
|
|
|
|
border: 0;
|
|
|
|
font-size: 12px;
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
.chat_modal_other_btn {
|
|
|
|
margin-top: 8px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.chat_modal_other_btn .dropdown-toggle {
|
|
|
|
border: 0;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.chat_modal_other_btn .dropdown-menu {
|
|
|
|
margin-left: -3px;
|
|
|
|
}
|
|
|
|
.chat_modal_photo_update_link {
|
|
|
|
display: block;
|
|
|
|
padding: 5px 14px;
|
|
|
|
clear: both;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.428571429;
|
|
|
|
color: #333333;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: 13px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.chat_modal_photo_update_link:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #262626;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
.chat_modal_settings_wrap {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.settings_modal_window .modal-dialog {
|
|
|
|
max-width: 480px;
|
|
|
|
}
|
|
|
|
.settings_modal_settings {
|
|
|
|
padding: 4px 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.settings_modal_wrap .user_modal_main_btn {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.settings_profile_edit_form {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.settings_profile_image_wrap {
|
|
|
|
float: left;
|
|
|
|
width: 120px;
|
|
|
|
margin-right: 22px;
|
|
|
|
}
|
|
|
|
.settings_profile_first_name,
|
|
|
|
.settings_profile_last_name {
|
|
|
|
width: 180px;
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.settings_profile_first_name label,
|
|
|
|
.settings_profile_last_name label {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
.settings_profile_first_name {
|
|
|
|
margin-right: 22px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.settings_profile_last_name {
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.settings_profile_save {
|
|
|
|
padding-top: 21px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.settings_profile_save_btn {
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
.settings_profile_edit_form {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.settings_profile_edit_form input {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: normal;
|
|
|
|
background: #f2f2f2;
|
|
|
|
border: 1px solid #f2f2f2;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 6px 6px 6px 6px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.settings_profile_edit_form input:focus,
|
|
|
|
.settings_profile_edit_form input:active {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
.settings_send_choose_form input {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
.settings_send_choose_form {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.settings_user_phone,
|
|
|
|
.settings_version {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.modal_section_body dl.settings_modal_language {
|
|
|
|
margin: 3px 0;
|
|
|
|
}
|
|
|
|
.modal_section_body dl.settings_modal_language dt {
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
.settings_modal_language_select {
|
|
|
|
font-size: 12px;
|
|
|
|
height: 21px;
|
|
|
|
line-height: 21px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.icon-volume-outer {
|
|
|
|
display: inline-block;
|
|
|
|
background: #c7c7c7;
|
|
|
|
border-radius: 10px;
|
|
|
|
overflow: hidden;
|
|
|
|
height: 18px;
|
|
|
|
padding: 5px 8px;
|
|
|
|
margin: 0 9px 0 0;
|
|
|
|
width: 32px;
|
|
|
|
}
|
|
|
|
.icon-volume-inner {
|
|
|
|
display: block;
|
|
|
|
background: #fff;
|
|
|
|
float: left;
|
|
|
|
width: 2px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
margin: 0 1px 0;
|
|
|
|
height: 8px;
|
|
|
|
}
|
|
|
|
.icon-volume-inner1 {
|
|
|
|
height: 2px;
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
.icon-volume-inner2 {
|
|
|
|
height: 4px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
.icon-volume-inner3 {
|
|
|
|
height: 6px;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
.icon-volume-outer1 .icon-volume-inner2,
|
|
|
|
.icon-volume-outer1 .icon-volume-inner3,
|
|
|
|
.icon-volume-outer1 .icon-volume-inner4,
|
|
|
|
.icon-volume-outer2 .icon-volume-inner3,
|
|
|
|
.icon-volume-outer2 .icon-volume-inner4,
|
|
|
|
.icon-volume-outer3 .icon-volume-inner4 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.settings_volume_slider {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 362px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.im_message_selected .im_message_outer_wrap {
|
|
|
|
background: #f2f6fa;
|
|
|
|
}
|
|
|
|
.im_history_selectable .im_message_outer_wrap {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.im_history_select_active .im_message_outer_wrap:hover {
|
|
|
|
background: #f2f6fa;
|
|
|
|
}
|
|
|
|
.im_message_wrap {
|
|
|
|
max-width: 560px;
|
|
|
|
padding: 0 15px 0 15px;
|
|
|
|
margin: 0 auto;
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
.im_content_message_wrap {
|
|
|
|
margin: 8px 10px 8px 16px;
|
|
|
|
}
|
|
|
|
.im_message_views_wrap {
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
.im_grouped .im_message_views_wrap,
|
|
|
|
.im_grouped_short .im_message_views_wrap,
|
|
|
|
.im_grouped_fwd .im_message_views_wrap,
|
|
|
|
.im_grouped_fwd_short .im_message_views_wrap {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.im_message_selected.im_grouped .im_message_views_wrap,
|
|
|
|
.im_message_selected.im_grouped_short .im_message_views_wrap,
|
|
|
|
.im_message_selected.im_grouped_fwd .im_message_views_wrap,
|
|
|
|
.im_message_selected.im_grouped_fwd_short .im_message_views_wrap {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.im_message_selected.im_grouped .im_message_views_wrap,
|
|
|
|
.im_message_selected.im_grouped_fwd .im_message_views_wrap {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.im_message_views {
|
|
|
|
right: 0;
|
|
|
|
font-size: 0.85em;
|
|
|
|
top: 3px;
|
|
|
|
}
|
|
|
|
.im_grouped .im_message_views,
|
|
|
|
.im_grouped_fwd .im_message_views {
|
|
|
|
top: 19px;
|
|
|
|
}
|
|
|
|
.im_message_fwd .im_message_views {
|
|
|
|
top: 3px;
|
|
|
|
}
|
|
|
|
.im_grouped_short .im_content_message_wrap {
|
|
|
|
margin: 6px 10px 6px 16px;
|
|
|
|
}
|
|
|
|
.im_grouped_short:last-child .im_content_message_wrap {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
@media (min-width: 901px) {
|
|
|
|
.im_message_wrap {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.im_message_author {
|
|
|
|
margin: 1px 0 4px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
/* Groupings */
|
|
|
|
.im_message_fwd_from {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
.im_grouped .im_message_fwd_from {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.im_message_fwd {
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
.im_grouped_short .im_message_author_wrap,
|
|
|
|
.im_grouped_short .im_message_from_photo,
|
|
|
|
.im_grouped .im_message_author_wrap,
|
|
|
|
.im_grouped .im_message_from_photo,
|
|
|
|
.im_grouped_fwd .im_message_author_wrap,
|
|
|
|
.im_grouped_fwd .im_message_from_photo,
|
|
|
|
.im_grouped_fwd_short .im_message_author_wrap,
|
|
|
|
.im_grouped_fwd_short .im_message_from_photo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.im_grouped_short .im_message_body,
|
|
|
|
.im_grouped .im_message_body,
|
|
|
|
.im_grouped_fwd .im_message_body,
|
|
|
|
.im_grouped_fwd_short .im_message_body {
|
|
|
|
margin-left: 57px;
|
|
|
|
}
|
|
|
|
.im_grouped_fwd .im_message_fwd_from,
|
|
|
|
.im_grouped_fwd_short .im_message_fwd_from {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.im_grouped_short .im_message_fwd .im_message_meta,
|
|
|
|
.im_grouped .im_message_fwd .im_message_meta,
|
|
|
|
.im_grouped_fwd .im_message_fwd .im_message_meta,
|
|
|
|
.im_grouped_fwd_short .im_message_fwd .im_message_meta {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.im_grouped_fwd_short .im_message_fwd {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
.tooltip-inner {
|
|
|
|
background: rgba(0, 0, 0, 0.8);
|
|
|
|
}
|
|
|
|
.tooltip-arrow {
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
.im_dialogs_scrollable_wrap a.im_dialog {
|
|
|
|
padding: 7px 16px;
|
|
|
|
}
|
|
|
|
.im_dialogs_scrollable_wrap .active a.im_dialog {
|
|
|
|
margin-right: -2px;
|
|
|
|
padding-right: 18px;
|
|
|
|
}
|
|
|
|
.im_dialog_photo {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
border-radius: 50%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
div.im_dialog_photo {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
div.im_dialog_photo .peer_initials {
|
|
|
|
line-height: 48px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.im_dialog_message {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
.im_dialog_peer {
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
.active .im_dialog_date,
|
|
|
|
.active a.im_dialog:hover .im_dialog_date,
|
|
|
|
.active a.im_dialog_selected .im_dialog_date {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
/* Import contact modal */
|
|
|
|
.import_contact_modal_window .modal-dialog {
|
|
|
|
max-width: 480px;
|
|
|
|
}
|
|
|
|
.modal-content-animated {
|
|
|
|
-webkit-transition: margin-top linear 0.2s;
|
|
|
|
transition: margin-top linear 0.2s;
|
|
|
|
}
|
|
|
|
.countries_modal_search {
|
|
|
|
padding: 12px 12px 12px;
|
|
|
|
margin: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.countries_modal_col {
|
|
|
|
max-height: 350px;
|
|
|
|
}
|
|
|
|
.countries_modal_wrap .md_modal_body {
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
.modal_close {
|
|
|
|
width: 20px;
|
|
|
|
height: 21px;
|
|
|
|
float: right;
|
|
|
|
margin: 43px 40px 0 0;
|
|
|
|
opacity: 0.5;
|
|
|
|
pointer-events: none;
|
|
|
|
-webkit-transition: .2s;
|
|
|
|
-moz-transition: .2s;
|
|
|
|
-o-transition: .2s;
|
|
|
|
transition: .2s;
|
|
|
|
background-image: url(../img/icons/PhotoIcons.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -10px -10px;
|
|
|
|
}
|
|
|
|
.is_2x .modal_close {
|
|
|
|
background-image: url(../img/icons/PhotoIcons_2x.png);
|
|
|
|
background-size: 40px 200px;
|
|
|
|
}
|
|
|
|
.modal_close_wrap {
|
|
|
|
display: none;
|
|
|
|
cursor: pointer;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 50%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.modal_close_wrap:hover .modal_close {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.modal_close_wrap_wnext {
|
|
|
|
width: 104px;
|
|
|
|
height: 150px;
|
|
|
|
}
|
|
|
|
.modal_prev_wrap,
|
|
|
|
.modal_next_wrap {
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 64px;
|
|
|
|
width: 104px;
|
|
|
|
}
|
|
|
|
.modal_next_wrap {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
.modal_prev,
|
|
|
|
.modal_next {
|
|
|
|
width: 16px;
|
|
|
|
height: 24px;
|
|
|
|
opacity: 0.15;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
pointer-events: none;
|
|
|
|
margin: 0 0 0 38px;
|
|
|
|
-webkit-transition: .2s;
|
|
|
|
-moz-transition: .2s;
|
|
|
|
-o-transition: .2s;
|
|
|
|
transition: .2s;
|
|
|
|
background-image: url(../img/icons/PhotoIcons.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -12px -41px;
|
|
|
|
}
|
|
|
|
.is_2x .modal_prev,
|
|
|
|
.is_2x .modal_next {
|
|
|
|
background-image: url(../img/icons/PhotoIcons_2x.png);
|
|
|
|
background-size: 40px 200px;
|
|
|
|
}
|
|
|
|
.modal_next {
|
|
|
|
margin: 0 0 0 50px;
|
|
|
|
background-position: -14px -75px;
|
|
|
|
}
|
|
|
|
.modal_prev_active_wrap {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.modal_prev_active_wrap .modal_prev {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
.modal_prev_active_wrap:hover {
|
|
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
.modal_prev_active_wrap:hover .modal_prev {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.modal_next_active_wrap {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.modal_next_active_wrap .modal_next {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
.modal_next_active_wrap:hover {
|
|
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
.modal_next_active_wrap:hover .modal_next {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
@media (min-width: 800px) {
|
|
|
|
.modal_close_wrap,
|
|
|
|
.modal_next_wrap,
|
|
|
|
.modal_prev_wrap {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.media_modal_bottom_panel {
|
|
|
|
max-width: 1000px;
|
|
|
|
margin: 0 auto;
|
|
|
|
color: rgba(255, 255, 255, 0.6);
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.media_modal_bottom_panel_wrap {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 64px;
|
|
|
|
background: #313131;
|
|
|
|
}
|
|
|
|
.media_modal_title_wrap {
|
|
|
|
max-width: 300px;
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 16px;
|
|
|
|
padding: 24px 0;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.media_modal_info_wrap {
|
|
|
|
line-height: 16px;
|
|
|
|
padding: 15px 16px;
|
|
|
|
width: 200px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.media_modal_author_photo {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
border-radius: 50%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.media_modal_author_photo .peer_initials {
|
|
|
|
line-height: 32px;
|
|
|
|
}
|
|
|
|
a.media_modal_author_photo {
|
|
|
|
margin: 1px 10px 1px 0;
|
|
|
|
}
|
|
|
|
div.media_modal_author_name {
|
|
|
|
font-size: 13px;
|
|
|
|
margin-top: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.media_modal_date,
|
|
|
|
a.media_modal_date:hover {
|
|
|
|
font-size: 11px;
|
|
|
|
color: rgba(255, 255, 255, 0.4);
|
|
|
|
}
|
|
|
|
div.media_modal_date {
|
|
|
|
margin-top: 2px;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.media_modal_wrap .modal-body {
|
|
|
|
padding: 16px;
|
|
|
|
}
|
|
|
|
.embed_modal_wrap .modal-body {
|
|
|
|
line-height: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.photo_modal_window,
|
|
|
|
.video_modal_window,
|
|
|
|
.document_modal_window {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.video_modal_window .modal-body {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.media_modal_bottom_actions {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
.media_modal_action_btn {
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
width: 68px;
|
|
|
|
height: 64px;
|
|
|
|
}
|
|
|
|
.media_modal_action_btn:hover {
|
|
|
|
background: rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
.media_modal_action_btn i {
|
|
|
|
display: block;
|
|
|
|
opacity: 0.5;
|
|
|
|
background-image: url(../img/icons/PhotoIcons.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
.is_2x .media_modal_action_btn i {
|
|
|
|
background-image: url(../img/icons/PhotoIcons_2x.png);
|
|
|
|
background-size: 40px 200px;
|
|
|
|
}
|
|
|
|
.media_modal_action_btn:hover i {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.media_modal_action_btn i.media_modal_action_btn_download {
|
|
|
|
background-position: -12px -163px;
|
|
|
|
width: 16px;
|
|
|
|
height: 20px;
|
|
|
|
margin: 22px 26px;
|
|
|
|
}
|
|
|
|
.media_modal_action_btn i.media_modal_action_btn_forward {
|
|
|
|
background-position: -9px -109px;
|
|
|
|
width: 23px;
|
|
|
|
height: 15px;
|
|
|
|
margin: 24px 22px;
|
|
|
|
}
|
|
|
|
.media_modal_action_btn i.media_modal_action_btn_delete {
|
|
|
|
background-position: -13px -135px;
|
|
|
|
width: 14px;
|
|
|
|
height: 18px;
|
|
|
|
margin: 23px 27px;
|
|
|
|
}
|