Новогодняя шапка на аватарку
Код:
<!-- Шапка на аватарку (новогоднее)
<style>
/*.punbb .post .post-author ul {
text-align: center;
}*/
.punbb .post .post-author ul li {
text-align: left;
}
.punbb li.pa-avatar {
position: relative;
display: inline-block;
padding-top: 15px!important;*/
}
.pa-avatar:before {
content: "";
position: absolute;
display: inline-block;
pointer-events: none;
z-index: 1000;
top: -2px;
left: 15px;
width: 100%;
height: 100%;
background: url(https://forumstatic.ru/files/001a/fc/23/45122.png) no-repeat top right;
}
@media screen and (max-width: 540px){
.pa-avatar {
margin-right: +11px!important;
}}
</style>-->
Код:
<!-- Шапка на аватарку (новогоднее) -->
<style>
.pa-avatar {
position: relative;
display: inline-block;
padding: 15px 15px 0 0 !important;
}
.pa-avatar:before {
content: "";
position: absolute;
display: inline-block;
z-index: 1000;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: url(https://s8.uploads.ru/wDXth.png) no-repeat top right;
}
</style>