Просмотр файла style.css

Размер файла: 1.54Kb
body { 
font-family: "arial", "times New Roman", "times";
font-size: 12px;
background-color : #fff; 
margin : 5px auto;
} 
div { 
display: block;
 }
span {color: #425C6C;}
.cont__plate { 
background-color: #E7F1F8;
border: 1px solid #A6C5DC;
border-radius: 5px;
bottom: 42px;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.506), inset 1px 1px 1px 0px #FFFFFF;
left: 10px;
position: absolute;
right: 10px;
top: 25px;
width: 300px;
margin: auto;
 }
.cont__white { 
background-color: #FFFFFF;
border-radius: 5px;
bottom: 42px;
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.118);
left: 6px;
overflow: hidden;
padding: 12px 5px 0px 9px;
position: absolute;
right: 6px;
top: 5px;
 }
.cont__userpic { 
box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.749);
float: left;
margin-bottom: 13px;
 }
.cont__info { 
margin-left: 100px;
 }
.cont__line { 
border-top: 1px solid #BBCCD9;
clear: both;
margin-top: 13px;
 }
.cont__more { 
line-height: 14px;
margin-top: 8px;
 }
.cont__more a { 
color: #1871AA;
 }
a { 
color: #0857A6;
text-decoration: underline;
 }
a:hover { 
color: #1871aa;
text-decoration: underline;
 }

.cont__status { 
color: #A1A1A1;
font: 12px "arial", sans-serif;
height: 17px;
left: -5px;
margin-bottom: 2px;
margin-top: 4px;
padding-left: 20px;
padding-top: 2px;
position: relative;
 }

.wa-cl-status-online { 
background-attachment: scroll;
background-image: url("http://img.imgsmail.ru/r/webagent/images/sprite2.png");
background-position: 4px -654px;
background-repeat: no-repeat;
 }