[html]<style>
.eitmpostbody b {color: #8ACBCF;}
.eitmpostwhole {
border: 1px solid #eee;
width: 550px;
background-color: #fff;
padding: 10px;
}
.eitmpostheader {
background-color: #ccc;
height: 100px;
width: 550px;
overflow: hidden;
background-color: #aeaee0;
}
.eitmnotes {
width: 82px;
float: left;
color: #fff;
font-family: calibri;
font-size: 10px;
text-transform: uppercase;
padding: 5px;
position: relative;
right: 303px;
top: 22px;
transition: .5s ease;
}
.eitmpostwhole:hover .eitmnotes {
position: relative;
right: -120px;
}
.eitmtagged {
padding: 5px;
height: 12px;
overflow: hidden;
width: 72px;
}
.eitmtagged a {
color: #fff!important;
font-family: calibri!important;
letter-spacing: 0px!normal;
font-size: 10px!important;
}
.eitmdivider {
width: 82px;
height: 1px;
background-color: #fff;
position: relative;
}
.eitmnotesbody {
height: 24px;
overflow: auto;
margin-top: 5px;
width: 82px;
text-align: justify;
}
.eitmlyric {
width: 100px;
font-family: maven pro;
font-weight: 700;
text-transform: uppercase;
font-size: 26px;
line-height: 21px;
text-align: left;
float: left;
color: #fff;
position: relative;
right: 94px;
top: 35px;
letter-spacing: -1px;
transition: .5s;
}
.eitmpostwhole:hover .eitmlyric {
right: -240px;
position: relative;
transition: .5s ease;
}
.eitmposticon {
width: 114px;
height: 114px;
background-color: #fff;
position: relative;
top: -7px;
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.eitmposticonbg {
width: 100px;
height: 100px;
position: relative;
top: 7px;
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
background-image: url(https://aniyuki.com/wp-content/uploads/ … irl-77.gif);
background-position: center;
background-size: contain;
}
.eitmpostbody {
font-size: 10px;
font-family: verdana;
text-align: justify;
padding: 20px;
color: #727272;
line-height: 130%;
}
.eitmfooter {
height: 15px;
background-color: #ccc;
background-color: #aeaee0;
}
.eitmnotesbody::-webkit-scrollbar {width: 2px;}
</style>
<div align="center">
<div class="eitmpostwhole">
<div class="eitmpostheader">
<div class="eitmnotes">
<div class="eitmtagged">Привет!</div>
<div class="eitmdivider"></div>
<div class="eitmnotesbody">арты, мемы</div>
</div>
<div class="eitmlyric">
картинки</div>
<div class="eitmposticon">
<div class="eitmposticonbg">
</div>
</div>
</div>
<div class="eitmpostbody">
<b>Немного</b> картинки<br>
</div>
<div class="eitmfooter"></div>
</div>
</div>
[/html]