....
...
Сообщений 1 страница 8 из 8
Поделиться22016-05-25 19:08:18
tiana
----
<!--запятая после ника-->
<script type="text/javascript">
function to(username)
{insert('' + username + '' + ', ');}
</script>
<!--конец запятой-->
Поделиться32016-10-13 00:47:04
апиапаи
Поделиться42016-10-13 17:53:32
/* Плавная смена картинки при наведении
-------------------------------------------------------------*/
.image.first,.image.second {
border:2px solid transparent;
margin:0;
padding:0;
}
.image.first {
opacity:1px;
display:block;
position:absolute;
z-index:100;
transition-duration:0.96s;
-webkit-transition-duration:0.96s;
-moz-transition-duration:0.96s;
-o-transition-duration:0.96s;
-ms-transition-duration:0.96s;
}
.image.first:hover {
opacity:0.00;
}
div.ImgField {
display:inline-block;
background-position:center center;
background-repeat:no-repeat;
margin:0;
padding:0;
}
.lz {
weight: 220px;
padding: 3px;
background-color: #ffffff;
}
.lzname{
font-family: 'bebas neue';
font-size: 18px;
font-weight: bold;
color: #381054;
text-transform: lowercase;
line-height: 110%;
text-align: center;
padding-top: 3px;
text-shadow: #6718a4 1px 1px, #ffffff -1px -1px;
}
.lztext {
font-family: 'bebas neue';
font-size: 12px;
line-height: 110%;
color: #000000;
text-transform: lowercase;
text-align: center;
}
.plsh {
padding-bottom: 10px;
}
Поделиться52016-10-13 17:54:22
/* CS5 Другое
-------------------------------------------------------------*/
.closedatafield, #pun-title .title-logo span, .pa-gifts, .lastedit {
display: none
}
#pun-stats ul.container {
background: transparent url(//) no-repeat 10px 15px;
padding-left: 10px;}
#pun-reputation div.inner div.container, #pun-report div.inner div.container , #pun-popup_awards div.inner div.container {
color: #3a0000;
padding: 3px;
background: #edd2a1 !important; }
#pun-reputation h1, #pun-report h1, #pun-popup_awards h1 {
background: #edd2a1 !important;
width: auto !important;
height: 15px !important;
margin: auto !important;
color: #400000 !important;}
hr {
border: none;
border-top: dashed 1px #500079;}
.punbb th {
background: #transparent;
color: transparent;
}
.punbb .post-sig {color:#000000;}
#profile .container #profilenav h2 {
text-align : left;
color: #000;
text-shadow: none;}
#arrows {
position:fixed;
right:2%;
bottom: 45%;
}