html,
body {
margin: 0;
padding: 0;
}
body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
font-family: “Arial”, sans-serif;
line-height: 1.2;
color: #7f8c8d;
background: #ecf0f1;
}
.post{
position:relative;
}
.post .post-title{
font-size:20px;
color:#2980b9;
padding-left:75px;
}
.post .post-date{
font-size:15px;
font-weight:bold;
position:absolute;
top:0;
text-align:center;
line-height:55px;
background-color:#fff;
width:55px;
height:55px;
border-bottom:5px solid #bdc3c7;
}
.post .post-type{
width:55px;
height:55px;
border-bottom:5px solid #bdc3c7;
position:absolute;
top:70px;
background:#7f8c8d url("/assets/course14/quotes.png") no-repeat 50% 50%;
}
.post .post-author{
padding-left:75px;
padding-top:5px;
margin-bottom:5px;
}
.post .post-author a{
text-decoration:none;
color:#2980b9;
}
.post .post-stats a{
text-decoration:none;
color:#2980b9;
}
.post-stats{
margin-left:95px;
position:absolute;
}
.post-stats .icon-tags{
width: 15px;
height: 15px;
background-image:url("/assets/course14/post-challenge.png");
background-repeat:no-repeat;
margin-left:-20px;
}
.post-stats .icon{
position:absolute;
}
.post-stats .icon-comments{
width:15px;
height:15px;
background-image:url("/assets/course14/post-challenge.png");
background-repeat:no-repeat;
background-position:-20px 0;
left:130px;
}
.post .post-text{
border-bottom:5px solid #bdc3c7;
width:165px;
margin-left:75px;
padding:10px 15px;
background-color:#fff;
margin-top:20px;
}
/*
Все размеры, отступы, координаты, размеры шрифтов (не заданные в body) кратны 5 или 10.
Ардеса картинок:
/assets/course14/quotes.png
/assets/course14/post-challenge.png
Картинка “кавычки” выровнена по центру
*/