Файл: style/styles.css
Строк: 46
.t-bg3 {
background: #ffffff;
background: -webkit-gradient(linear,left
top,left bottom,from(#ffffff),to(#f7f7f7));
background:
-moz-linear-gradient(top,#ffffff,#f7f7f7);
background:
-ms-linear-gradient(top,#ffffff,#f7f7f7);
background:
-o-linear-gradient(top,#ffffff,#f7f7f7);
filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f7f7f7');
}
.light_border_bottom
{
border-bottom: 1px solid #dedcdc;
}
.t-padd_right {
padding-right:
10px;
}
.t-link_no_underline_block {
text-decoration: none
!important;
}
.t-block_item {
display: block;
}
.t-bg_arrow_next
{
background: url('http://spaces.ru/i/arrow_next.png') right center
no-repeat;
}
.t-block_item {
display: block;
}
.stnd_padd {
word-wrap:
break-word;
}
.for_avatar {
display: block;
overflow: hidden;
position:
relative;
}
.dot_pic {
margin-right: 6px;
}
.left {
float: left;
}
.for_avatar::after {
content: " ";
display: block;
position:
absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
-webkit-box-shadow: inset 0
0 0 1px rgba(0,0,0,.15),inset 0 0 2px 0 rgba(0,0,0,.2);
-moz-box-shadow:
inset 0 0 0 1px rgba(0,0,0,.15),inset 0 0 2px 0 rgba(0,0,0,.2);
box-shadow:
inset 0 0 0 1px rgba(0,0,0,.15),inset 0 0 2px 0
rgba(0,0,0,.2);
}
.for_avatar img, .for_avatar::after
{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius:
3px;
}
.overfl_hid{
zoom: 1;
}
.overfl_hid {
overflow: hidden;
}