/
Благодарим за выбор нашего сервиса!
Код:
.pa-author {
position: absolute;
margin: 150px -15px -10px -180px;
width: 300px;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
position: right;
}Код:
.punbb .post .post-author {
float: left;
text-align: center;
background-color: #e7e7e7;
width: 19em;
border: 1px solid #000000;
margin-top: -1.5em;
overflow: hidden;
}Код:
/* Выделение текста */
::selection {
background: none repeat scroll 0 0 #fe029d;
color: #fff;
opacity: 0.5;
}
*::-moz-selection {
background: none repeat scroll 0 0 transparent;
color: #fff;
}