Рип вида материалов форума art-ps.
Установка:
1). В вид материалов форума:
Code
<table border="0" width="100%" cellspacing="1" cellpadding="2" class="postTable">
<tr><td width="23%" class="postTdTop" align="center"><a class="postUser" href="javascript://" rel="nofollow" onClick="emoticon('[b]$USERNAME$[/b],');return false;">$USERNAME$</a></td><td class="postTdTop"><?if($AWARDS_DO_URL$ && $USER_LOGGED_IN$ && $CUR_USER_ID$!=$UID$)?><div style="float:right"><a href="javascript://" rel="nofollow" onclick="new _uWnd('AwD','Вручить награду',380,200,{autosize:1,maxh:300},{url:'/index/55-$UID$-28-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$'});return false;"><img alt="" src="http://s70.ucoz.net/img/icon/thumbu.png" width="13" border="0" title="Хороший пост"></a> <a href="javascript://" rel="nofollow" onclick="new _uWnd('AwD','Вручить награду',380,200,{autosize:1,maxh:300},{url:'/index/55-$UID$-47-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$'});return false;"><img alt="" src="http://s70.ucoz.net/img/icon/thumbd.png" width="13" border="0" title="Плохой пост"></a></div><?endif?>Дата: $WDAY$, $DATE$, $TIME$ | Сообщение # $NUMBER$</td></tr>
<tr><td class="postTdInfo" valign="top" style="border-width:1px 1px 1px 0 !important">
<img alt="" title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$">
<br>
<div class="user_for">
<div class="group_ico">$GROUP_ICON$</div>
<div class="line_info"><font color="#18c900"><b>$USER_STATUS$</b></font></div>
<div class="line_info"><a href="$FORUM_ACTIVITY_URL$" title="Посмотреть историю сообщений" class="user_info">СООБЩЕНИЙ: $POSTS$</a></div>
<div class="line_info"><a href="$AWARDS_READ_URL$" title="Список наград" class="user_info">Награды: $AWARDS$</a> <?if($AWARDS_DO_URL$)?> <a href="$AWARDS_DO_URL$"><span style="font-size:10pt" title="Вручить награду"><b>+</b></span></a><?endif?></div>
<div class="line_info"> <a title="Смотреть историю замечаний" href="$READ_BAN_URL$" class="user_info" >Замечания: $BAN_RATING$0%</a></div><?if($DO_BAN_URL$)?> <a title="Изменить уровень замечаний" class="banDo" href="$DO_BAN_URL$">±</a></div><?endif?>
<div class="line_rep"><div class="rep_div1"><a href="javascript://" rel="nofollow" onclick="new _uWnd('Rd',' ',380,200,{autosize:1,closeonesc:1},{url:'/index/',type:'post',data:{a:'23',s:'2325',c:'http://art-ps.ru/forum/48-3831-19803-16-1345825669'}});return false;" class="minus"></a></div><div class="rep_div2"><a href="javascript://" rel="nofollow" onclick="new _uWnd('Rh',' ',400,250,{autosize:1,closeonesc:1,maxh:300,minh:100},{url:'http://art-ps.ru/index/9-2325'});return false;" title="Посмотреть историю репутации" class="user_rep">РЕПУТАЦИЯ: $REP_RATING$</a></div><div class="rep_div"><a href="javascript://" rel="nofollow" onclick="new _uWnd('Rd',' ',380,200,{autosize:1,closeonesc:1},{url:'/index/',type:'post',data:{a:'23',s:'2325',c:'http://art-ps.ru/forum/48-3831-19803-16-1345825669'}});return false;" class="plus"></a></div></div>
</div>
</td>
</td><td class="posttdMessage" valign="top">$MESSAGE$
<?if($ATTACHMENT$)?> <div align="left" class="eAttach">Прикрепления: $ATTACHMENT$</div><?endif?>
<?if($SIGNATURE$)?><br><hr size="1" width="150" align="left" class="signatureHr"><span class="signatureView">$SIGNATURE$</span><?endif?>
<?if($EDITEDBY$)?><br><br><div class="edited">Сообщение отредактировал $EDITEDBY$</div><?endif?></td></tr>
<tr><td class="postBottom" align="center"><?if($USER_IP$)?><div class="postip">[ <a class="postIpLink" href="http://www.ripe.net/perl/whois?$USER_IP$" target="_blank">$USER_IP$</a><?if($POST_COUNTRY_ID$)?> (<a href="javascript://" rel="nofollow" onclick='prompt("","$POST_COUNTRY$");return false;'>$POST_COUNTRY_ID$</a>)<?endif?> ]</div><?else?> <?endif?></td><td class="postBottom">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td>$USER_DETAILS_ICON_BAR$</td><td align="right" style="padding-right:15px;">$ENTRY_MANAGE_ICON_BAR$</td><td width="2%" nowrap align="right">$ON_TOP_ICON$$DEL_ENTRY_FIELD$</td></tr>
</table></td></tr></table>
2). В CSS:
Code
a.all {
text-decoration: none;
color: #a6a6a6;
}
a.user_info {
width: 148px;
text-decoration: none;
color: #a6a6a6;
}
a.user_rep {
width: 148px;
text-decoration: none;
color: #a6a6a6;
}
a.user_info:hover {
border-radius: 10px 10px 10px 10px;
border: solid 1px #1066a0;
background-image: url(http://art-ps.ru/forum_img/a_hover.png);
color: #FFF;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
text-shadow: #104970 2px 0px 2px;
}
a.user_rep:hover {
border-radius: 10px 10px 10px 10px;
border: solid 1px #1066a0;
background-image: url(http://art-ps.ru/forum_img/a_hover.png);
color: #FFF;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
text-shadow: #104970 2px 0px 2px;
}
a.plus {
background-image: url(http://art-ps.ru/forum_img/plus.png);
height: 19px;
width: 21px;
display: block;
float: left;
margin-top: 5px;
}
a.plus:hover {
background-image: url(http://art-ps.ru/forum_img/plus_hover.png);
}
a.minus {
background-image: url(http://art-ps.ru/forum_img/minus.png);
display: block;
height: 19px;
width: 21px;
float: left;
margin-top: 5px;
}
a.minus:hover {
background-image: url(http://art-ps.ru/forum_img/minus_hover.png);
}
.user_for {
display: block;
width: 223px;
margin-top: 3px;
margin-left: auto;
margin-right: auto;
}
.line_info {
font-size: 8pt;
font-style: italic;
font-family: Tahoma, Geneva, sans-serif;
background-image: url(http://art-ps.ru/forum_img/info_line.png);
height: 32px;
width: 169px;
color: #a6a6a6;
line-height: 32px;
text-align: center;
margin: auto;
}
.line_rep {
font-style: italic;
font-size: 8pt;
font-family: Tahoma, Geneva, sans-serif;
background-image: url(http://art-ps.ru/forum_img/rep_line.png);
width: 223px;
height: 42px;
color: #a6a6a6;
font-weight: lighter;
line-height: 29px;
text-align: center;
}
.rep_div1 {
margin-left: 17px;
text-align: center;
float: left;
display: block;
}
.rep_div2 {
margin: auto;
width: 148px;
text-align: center;
float: left;
display: block;
}
.line_rep2 {
font-style: italic;
font-size: 8pt;
font-family: Tahoma, Geneva, sans-serif;
background-image: url(http://art-ps.ru/forum_img/dont_rep_line.png);
width: 223px;
height: 42px;
color: #a6a6a6;
font-weight: lighter;
line-height: 29px;
text-align: center;
}