Оригинальная всплывающая панель BB кодов (Темная, полупрозрачная версия)


Скрипт коментарий для uCoz - Оригинальная всплывающая панель BB кодов (Темная, полупрозрачная версия)

Установка: 

Первый Метод 

В Форму добавления сообщений в самый верх вставляйте:


Code

<script type="text/javascript" src="/js/jquery.caret.js"></script>  
<script type="text/javascript" src="/js/BB.js"></script>  
<style type="text/css">  
#menu  
{  
  padding: 10px 10px 0px 10px;  
  background: #3c3c3c;  
  display:none;  
  overflow:hidden;  
  position:absolute;  
  top:0;  
  left:0;  
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);  
  -khtml-opacity: .3;  
  -moz-opacity: .3;  
  opacity: .3;  
  -webkit-border-radius: 5px;  
  -khtml-border-radius: 5px;  
  -moz-border-radius: 5px;  
  border-radius: 5px;  
  -webkit-transition: all 0.3s ease-out;  
  -moz-transition: all 0.3s ease-out;  
  -ms-transition: all 0.3s ease-out;  
  -o-transition: all 0.3s ease-out;  
  transition: all 0.3s ease-out;  
  -webkit-box-shadow: 0px 0px 5px #4c4c4c;  
  -moz-box-shadow: 0px 0px 5px #4c4c4c;  
  -box-shadow: 0px 0px 5px #4c4c4c;  
}  

#menu:hover  
{  
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);  
  -khtml-opacity: .9;  
  -moz-opacity: .9;  
  opacity: .9;  
  -webkit-box-shadow: 0px 0px 7px #4c4c4c;  
  -moz-box-shadow: 0px 0px 7px #4c4c4c;  
  -box-shadow: 0px 0px 7px #4c4c4c;  
}  

#menu a {padding:0 1px 0 0}  
.effect  
{  
  -webkit-border-radius: 30px;  
  -khtml-border-radius: 30px;  
  -moz-border-radius: 30px;  
  border-radius: 30px;  
}  
.effect:hover  
{  
  -webkit-transform: scale(1.15) translateY(0px);  
  -moz-transform: scale(1.15) translateY(0px);  
  -ms-transform: scale(1.15) translateY(0px);  
  -o-transform: scale(1.15) translateY(0px);  
  transform: scale(1.15) translateY(0px);  
}  
.point {cursor:pointer;}  
.grey {background:grey; width:20px; height:20px;border:0;}  
.olive {background:olive; width:20px; height:20px;border:0;}  
.green {background:green; width:20px; height:20px;border:0;}  
.blue {background:blue; width:20px; height:20px;border:0;}  
.purple {background:purple; width:20px; height:20px;border:0;}  
.red {background:red; width:20px; height:20px;border:0;}  
.orange {background:orange; width:20px; height:20px;border:0;}  
.pink {background:pink; width:20px; height:20px;border:0;}  
.yellow {background:yellow; width:20px; height:20px;border:0;}  
</style>  

<div id="menu">  
<center>  
<table>  
<tr>  
<td><a title="Жирный" class="point" id="bold"><img src="http://apocalypse.ucoz.kz/bbcodes/b.gif" border="0"></a></td>  
<td><a title="Наклонный" class="point" id="italic"><img src="http://apocalypse.ucoz.kz/bbcodes/i.gif" border="0"></a></td>  
<td><a title="Подчёркнутый" class="point" id="underline"><img src="http://apocalypse.ucoz.kz/bbcodes/u.gif" border="0"></a></td>  
<td><a title="По левому краю" class="left" id="left"><img src="http://apocalypse.ucoz.kz/bbcodes/l.gif" border="0"></a></td>  
<td><a title="По центру" class="center" id="center"><img src="http://apocalypse.ucoz.kz/bbcodes/c.gif" border="0"></a></td>  
<td><a title="По правому краю" class="right" id="right"><img src="http://apocalypse.ucoz.kz/bbcodes/r.gif" border="0"></a></td>  
<td><a title="Вставить ссылку" class="point" id="link"><img src="http://apocalypse.ucoz.kz/bbcodes/link.gif" border="0"></a></td>  
<td><a title="Код" class="point" id="code"><img src="http://apocalypse.ucoz.kz/bbcodes/code.gif" border="0"></a></td>  
<td><a title="Цитата" class="point" id="quote"><img src="http://apocalypse.ucoz.kz/bbcodes/quote.gif" border="0"></a></td>  
</tr><tr>  
<td><a class="point" id="grey"><div class="grey"></div></a></td>  
<td><a class="point" id="olive"><div class="olive"></div></a></td>  
<td><a class="point" id="green"><div class="green"></div></a></td>  
<td><a class="point" id="blue"><div class="blue"></div></a></td>  
<td><a class="point" id="purple"><div class="purple"></div></a></td>  
<td><a class="point" id="red"><div class="red"></div></a></td>  
<td><a class="point" id="orange"><div class="orange"></div></a></td>  
<td><a class="point" id="pink"><div class="pink"></div></a></td>  
<td><a class="point" id="yellow"><div class="yellow"></div></a></td>  
</tr>  
</table>  
</center>  
</div>

Второй Метод

1) В Форму добавления сообщений в самый верх вставляйте:
Code

<script type="text/javascript" src="http://logostat.at.ua/js/BB_Codes_jquery.caret.js"></script>  
<script type="text/javascript" src="http://logostat.at.ua/js/BB_Codes.js"></script>  
<style type="text/css">  

</style>  

<div id="menu">  
<center>  
<table>  
<tr>  
<td><a title="Товстий" class="point" id="bold"><img src="http://logostat.at.ua/images/BB_Codes/b.gif" border="0"></a></td>  
<td><a title="Похилий" class="point" id="italic"><img src="http://logostat.at.ua/images/BB_Codes/i.gif" border="0"></a></td>  
<td><a title="Підкреслений" class="point" id="underline"><img src="http://logostat.at.ua/images/BB_Codes/u.gif" border="0"></a></td>  
<td><a title="По лівому краю" class="left" id="left"><img src="http://logostat.at.ua/images/BB_Codes/l.gif" border="0"></a></td>  
<td><a title="По центру" class="center" id="center"><img src="http://logostat.at.ua/images/BB_Codes/c.gif" border="0"></a></td>  
<td><a title="По правому краю" class="right" id="right"><img src="http://logostat.at.ua/images/BB_Codes/r.gif" border="0"></a></td>  
<td><a title="Вставити лінк" class="point" id="link"><img src="http://logostat.at.ua/images/BB_Codes/link.gif" border="0"></a></td>  
<td><a title="Код" class="point" id="code"><img src="http://logostat.at.ua/images/BB_Codes/code.gif" border="0"></a></td>  
<td><a title="Цитата" class="point" id="quote"><img src="http://logostat.at.ua/images/BB_Codes/quote.gif" border="0"></a></td>  
</tr><tr>  
<td><a class="point" id="grey"><div class="grey effect"></div></a></td>  
<td><a class="point" id="olive"><div class="olive effect"></div></a></td>  
<td><a class="point" id="green"><div class="green effect"></div></a></td>  
<td><a class="point" id="blue"><div class="blue effect"></div></a></td>  
<td><a class="point" id="purple"><div class="purple effect"></div></a></td>  
<td><a class="point" id="red"><div class="red effect"></div></a></td>  
<td><a class="point" id="orange"><div class="orange effect"></div></a></td>  
<td><a class="point" id="pink"><div class="pink effect"></div></a></td>  
<td><a class="point" id="yellow"><div class="yellow effect"></div></a></td>  
</tr>  
</table>  
</center>  
</div>

2) В таблицу Стилей CSS:
Code

#menu  
{  
  padding: 10px 10px 0px 10px;  
  background: #3c3c3c;  
  display:none;  
  overflow:hidden;  
  position:absolute;  
  top:0;  
  left:0;  
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);  
  -khtml-opacity: .3;  
  -moz-opacity: .3;  
  opacity: .3;  
  -webkit-border-radius: 5px;  
  -khtml-border-radius: 5px;  
  -moz-border-radius: 5px;  
  border-radius: 5px;  
  -webkit-transition: all 0.3s ease-out;  
  -moz-transition: all 0.3s ease-out;  
  -ms-transition: all 0.3s ease-out;  
  -o-transition: all 0.3s ease-out;  
  transition: all 0.3s ease-out;  
  -webkit-box-shadow: 0px 0px 5px #4c4c4c;  
  -moz-box-shadow: 0px 0px 5px #4c4c4c;  
  -box-shadow: 0px 0px 5px #4c4c4c;  
}  

#menu:hover  
{  
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);  
  -khtml-opacity: .9;  
  -moz-opacity: .9;  
  opacity: .9;  
  -webkit-box-shadow: 0px 0px 7px #4c4c4c;  
  -moz-box-shadow: 0px 0px 7px #4c4c4c;  
  -box-shadow: 0px 0px 7px #4c4c4c;  
}  

#menu a {padding:0 1px 0 0}  
.effect  
{  
  -webkit-border-radius: 30px;  
  -khtml-border-radius: 30px;  
  -moz-border-radius: 30px;  
  border-radius: 30px;  
}  
.effect:hover  
{  
  -webkit-transform: scale(1.15) translateY(0px);  
  -moz-transform: scale(1.15) translateY(0px);  
  -ms-transform: scale(1.15) translateY(0px);  
  -o-transform: scale(1.15) translateY(0px);  
  transform: scale(1.15) translateY(0px);  
}  
.point {cursor:pointer;}  
.grey {background:grey; width:20px; height:20px;border:0;}  
.olive {background:olive; width:20px; height:20px;border:0;}  
.green {background:green; width:20px; height:20px;border:0;}  
.blue {background:blue; width:20px; height:20px;border:0;}  
.purple {background:purple; width:20px; height:20px;border:0;}  
.red {background:red; width:20px; height:20px;border:0;}  
.orange {background:orange; width:20px; height:20px;border:0;}  
.pink {background:pink; width:20px; height:20px;border:0;}  
.yellow {background:yellow; width:20px; height:20px;border:0;}

Готово.



  Категория: Ucoz-комментарии | Добавил: AID | Дата: 15.09.2011
Скачать Оригинальная всплывающая панель BB кодов (Темная, полупрозрачная версия) с файлообменника

Другие новости


Поделиться ссылкой


Ссылка:
BB-code:
HTML:
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]
Хостинг от uCoz