Тестовый

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Тестовый » Новый форум » голубой диз


голубой диз

Сообщений 1 страница 6 из 6

1

<div id="flashcontent3"></div>
<script type="text/javascript">
       swfobject.embedSWF("http://e-kao.ru/assets/flash/snow.swf", "flashcontent3", "90%", "180", "9.0.0", "expressInstall.swf",  {}, {wmode:'transparent'}, {style:'position:absolute;top:-350px;left:0px'});
</script>

<style>
.lastedit {display: none;}
</style>

2

Код:
<script type="text/javascript">
nameforum="Название вашего форума"
var arr=document.getElementsByTagName("td")
i=0
while(arr[i] ){
if(arr[i].className=="title-logo-tdl"){
name=arr[i].innerHTML
name=name.substring(0)
arr[i].innerHTML="<a href='/' style=\"cursor: pointer;\" title='"+nameforum+"'>"+name+"</a>"
}
i++
}
</script>





<script type="text/javascript">
var arr=document.getElementsByTagName("li")
i=0
while(arr[i] ){
if(arr[i].className=="pl-quote"){
name=arr[i].innerHTML
name=name.substring(0)
arr[i].innerHTML=""+name+" &ensp;&ensp; <a href=\"javascript:scroll(0,0);\">Вверх</a> "
}
i++
}
</script>













<style>
#button-spoiler {background-image:url('http://forumupload.ru/uploads/0000/12/13/488-1.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
function tag_spoiler(){
	var y = prompt("Введите описание закрытой кнопки",'');
	if(y!='null' && y!='' && typeof(y)!='object' && typeof(y)!='undefined'){
	var x = prompt("Введите описание открытой кнопки",'');
	if(x=='null' || x=='' || typeof(x)=='object' || typeof(x)=='undefined') bbcode('[spoiler='+y+']','[/spoiler]'); else bbcode('[spoiler='+y+'|'+x+']','[/spoiler]');}
	else bbcode('[spoiler]','[/spoiler]')
}
function addSpoiler(str,from,internal){
	var pos=0,pos2=0,pos_c=0,pos_l=0,newpos=0,string='',close='',open='';
	if((pos=str.indexOf("[spoiler",from))==-1) return str;
	if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str;
	if(((pos_c=str.indexOf("]",pos+8))!=-1) && ((pos_c!=pos+8)&&(pos_c!=pos+9))){
	string = str.substring(pos+9,pos_c);
	if((pos_l = string.indexOf("|"))!=-1){
close = string.substring(0,pos_l);
open = string.substring(pos_l+1,string.length);
	}
	else{
close = string;
open = string;
	}
	}
	else{
close = 'Показать спойлер';
open = 'Скрыть спойлер';
	}
	newpos=str.indexOf("[spoiler",pos+9)
	if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
	if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str;
	str=str.substring(0,pos)+makeSpoiler(str.substring(pos_c+1,pos2),open,close)+str.substring(pos2+10,str.length)
	if( str.indexOf("[spoiler")!=-1 && internal==false) str=addSpoiler(str,0,false)
	return str;
}

function makeSpoiler(txt,open,close){
	txt='<div class="quote-box" style="padding:0px;background: none; border: 0px !important;"><cite style="width:100%;margin:0; border: 0px;"><input id="'+open+'" class="spoiler-button" style="width:140px;font-size:10px; margin:0;" type="button" value="'+close+'"></cite><blockquote class="quote-box" style="display:none; width: 80%;border: 1px solid black;margin:0;">'+txt+'</blockquote></div>'
	return txt;
}

$(document).ready(function(){
	$("div.quote-box > cite > input.spoiler-button").click(function(){
$(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow");
var a = $(this).attr('value');$(this).attr('value',$(this).attr('id'));$(this).attr('id',a);
	});
});

if((document.URL.indexOf("viewtopic.php")!=-1) || (document.URL.indexOf("post.php")!=-1)){
	elm=document.getElementById("pun-main").getElementsByTagName("div")
	for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addSpoiler(post.innerHTML,0,false)
	}
}
if(form=document.getElementById("form-buttons"))
	form.getElementsByTagName("tr")[0].insertCell(16).innerHTML="<img  id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />"
</script>


<script type="text/javascript">
function to(username)
{insert('[b]' + username + '[/b]' + ', ');}
</script>




<style type="text/css">
.post-author ul li {
text-align: center;
padding: 2px;
border: 1px dashed #336666;
background: none;
margin: 2px;
}
.post-author ul li.pa-reg {
border-bottom: none;
margin-bottom: 0px;
}
.post-author ul li.pa-posts, 
.post-author ul li.pa-respect {
border-top: none;
border-bottom: none;
margin-top: 0px;
margin-bottom: 0px;
}
.post-author ul li.pa-positive {
margin-top: 0px;
border-top: none;
//border-bottom: none;
}
.post-author ul li.pa-online, .post-author ul li.pa-author {
border: 2px #336666 outset;
padding: 2px;
background: none;
font-size: 11px;
}
</style>



<script type="text/javascript">
function select_text(elem) {
	if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
	s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
	var r=document.createRange();   
	r.selectNodeContents(elem);   
	s.removeAllRanges();   
	s.addRange(r);
}   
	}
	else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
	}
	else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
	}   
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
	if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить Код</a>';
	}
}
</script>






    <script type="text/javascript">
        inColor("#8B5F65", new Array("Nikta", "джоха"))
        

        function inColor(color, myarray){
        var a=document.links
        for(i=0;i<a.length;i++){
        for(q=0;q<myarray.length;q++){
        if(a[i].innerHTML==myarray[q]){
        a[i].innerHTML="<span style=\"color: "+color+";\">"+myarray[q]+"</span>"
        }}}}
        </script>



<script type="text/javascript">
    if (document.getElementById('pun-status').innerHTML.indexOf("Гость")!=-1){
    if (document.URL.indexOf("profile.php")!=-1){
    document.getElementById('pun-status').innerHTML="<div id=pun-status class=section><p class=container><span class=item1>Вы не имеете права доступа к этой странице</span></p></div>"
    document.getElementById('pun-main').style.display="none"
    }}
    </script>



<style>.Myimge {position:absolute;margin-top:-14px;}</style>
    <script type="text/javascript">
    PiarNik="Publicity";
    PiarPas="1111";

    var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
    <form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
    <fieldset>\
    <input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
    <input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
    <input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
    <input type=\"submit\" class=\"button\" name=\"login\"/>\
    </fieldset>\
    </form>\
    </div>\
    <span id=spMyimg><img class=\"Myimge\"  title=\"Быстрый вход для 'Пиарщиков'\" onclick=\"PiarIn()\" src=\"http://xmages.net/storage/10/1/0/8/1/upload/7c875b76.png\" onmouseover=\"this.src='http://xmages.net/storage/10/1/0/8/1/upload/7c875b76.png' \" onmouseout=\"this.src='http://xmages.net/storage/10/1/0/8/1/upload/7c875b76.png'\" /></span>";
    if($("#navlogin").html()!=null){

    $("#navlogin").append(L) //navlogin
    $("#PR_loginDiv #fld1").val(PiarNik)
    $("#PR_loginDiv #fld2").val(PiarPas)
    function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
    }
    </script>





<div class="banners"><a href="http://hoguniverse.rusff.ru/pages/banners"><img height="206" src="http://uploads.ru/i/e/3/F/e3Flg.jpg"></a></div>






<!--Кнопка для игроков-->
<script type="text/javascript"> 
 
$(document).ready(function(){
  $(".btn-slide0").click(function(){
    $("#panel-id0").slideToggle("slow");
    $(this).toggleClass("btn-slide-active");
$('#pr').css("z-index","5");
$('#adm').css("z-index","5");
$('#sidebar').css("z-index","10");
 
    return false;
  });
});
</script> 
 
 
 
<script type="text/javascript"> 
(function($) {
$(function() {
 
	$('ul.tabs').delegate('li:not(.current)', 'click', function() {
    $(this).addClass('current').siblings().removeClass('current')
    	.parents('div.section1').find('div.box').hide().eq($(this).index()).fadeIn(150);
	})
 
})
})(jQuery)
</script> 
 
<script type="text/javascript"> 
(function($) {
$(function() {
 
	$('ul.tabs2').delegate('li:not(.current)', 'click', function() {
    $(this).addClass('current').siblings().removeClass('current')
    	.parents('div.section2').find('div.box2').hide().eq($(this).index()).fadeIn(150);
	})
 
})
})(jQuery)
</script> 
<div id="html-header"> 
	<div id="sidebar"> 
 
<div class="panel0" id="panel-id0"> 
  <div class="panel-text"> 
 
<div class="section1 vertical"> 
 
 
 
	<ul class="tabs"> 
 
                    	<li  class="current"><b>Время и погода</b><br><br></li> 
 
              <li><b>Лента событий</b><br><br></li> 
 

 
    
 
	</ul> 
 
	<div class="box visible"> 
 
<center><b>[Время]</b><br>
9 сентября 1996 г.<br>
<b>8:00 - 0:00</b>
<br><br>
<b>[Погода]</b><br>
Утро выдалось пасмурным, но без дождя. Иногда появлялось солнце, но оно тут же скрывалось за тучами. <br>
</center>
 
	</div> 
 
 
	<div class="box"> 
<br>* Молодым Пожирателям Смерти надоело бездействовать. Основной Квест для них<a href="http://hoguniverse.rusff.ru/viewtopic.php?id=216"> [Жестокие игры]</A>
<br>* Всем студентам для начала отыгрыша нового сюжета, явится на завтрак! Предусмотрена свободная игра в рамках этого квеста. Основной Квест <a href="http://hoguniverse.rusff.ru/viewtopic.php?id=299">[Утро в БЗ]</A>. 
<br>* Для взрослых ПС - квест <a href="http://hoguniverse.rusff.ru/viewtopic.php?id=301#p11257">[Похищение]</A>.
 
	</div> 
 
 
 
	

</div> 
 
 
 
</div> 
</div> 
 
<div style="padding-left: 190px;"><a id="top" href="#" class="btn-slide0" title="Показать/Скрыть" />&nbsp;</a> 
</div> 
 
</div>
<!--Конец кнопки для игроков-->

3

Код:
<center><font size="3"><font color="#000000"         face="TrebuchetMS"><strong><script
        language="JavaScript">
<!--begin fantasyflash.ru
var h=(new Date()).getHours();
if (h > 23 || h <7) document.write('ПРИВЕТ ПОЛУНОЧНИКАМ:)') ;
if (h > 6 && h < 12) document.write('ДОБРОЕ УТРО! Как спалось? :)'); 
if (h > 11 && h < 19) document.write('ДЕНЬ ДОБРЫЙ'); 
if (h > 18 && h < 24) document. write('ПРИЯТНОГО ВЕЧЕРА!'); 
//-->
</script></strong></font></font></center>



<style type="text/css">
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
</style>


<div align="center"><a href="http://hoguniverse.rusff.ru/viewtopic.php?id=318"><img alt="http://i014.radikal.ru/0812/2a/0ac0400038a2.gif" src="http://i014.radikal.ru/0812/2a/0ac0400038a2.gif" width="134" height="186"> </A></div>
<center>кликни на ёлочку</center>



<center>
<table width=930px> 
<tr align=left> 
<td width=33% rowspan=3> 

<center><b>[Важно]</b></center>
<br>
* Хочешь быть лучшим среди равных? Тогда тебе в тему <a href="http://hoguniverse.rusff.ru/viewtopic.php?id=20">[Вакансии]</A>. Набор еще открыт!  <br> * Не забываем, что в начале весны будут подводиться итоги очередных Сезонных работ зимы 2011-12, так что не теряйте активность в жизни форума и проявляйте фантазию в написании постов. 
<br> * Ежедневно жмем сюда: <a href="http://top.roleplay.ru/15220" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="top_">
<img src="http://img.rpgtop.su/top8015_2.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="80" height="15"></a>
<br> * За чудесный зимний стиль благодарим <b>Pulse</b>


</td> 
 <br> <br>
<td width=33% rowspan=3> 

<center><div id="mi" style="padding: 9px;"> 
<div id="minavi"> <center><b>[Администраторы]</b></CENTER>
 <b><a href="http://hoguniverse.rusff.ru/profile.php?id=2">Hermione Granger</b></a> 
 <b><a href="http://hoguniverse.rusff.ru/profile.php?id=4">George Weasley</b></a>  
 <br><b><a href="http://hoguniverse.rusff.ru/profile.php?id=14">Frida Selvin</b></a>
 <b><a href="http://hoguniverse.rusff.ru/profile.php?id=3">Alecto Carrow</b></a>  
<BR><BR>
<center><b>[Модераторы]</b><BR></CENTER>
 <b><A href="http://hoguniverse.rusff.ru/profile.php?id=5">Draco Malfoy</A></b>  
<b><A href="http://hoguniverse.rusff.ru/profile.php?id=11">Megan Myers</A></b>  
<br><b><A href="http://hoguniverse.rusff.ru/profile.php?id=24">Samantha Candle</A></b> <b><A href="http://hoguniverse.rusff.ru/profile.php?id=68">Daphne Greengrass</A></b> 
<br><b><A href="http://hoguniverse.rusff.ru/profile.php?id=74">Neville Longbottom</A></b> <b><A href="http://hoguniverse.rusff.ru/profile.php?id=97">Blaise Zabini</A></b>
<br><br>
<center><b>[Пиарщики]</b><BR></CENTER>
 <b><A href="http://hoguniverse.rusff.ru/profile.php?id=87">Paulina von Wittelsbach</A></b>  
</div><br/> 
</td> 
 
<td><td width=33% rowspan=3> 


<br><center><b>[Внимание]</b></CENTER>
<br>* Для всех желающих получить халявную графику (аватарки, комплекты, подписи, мувики) и много плюсов в репутацию предлагается акция – приведи друга и озолоти себя! 
<br>* Спеши принять участие в КОНКУРСЕ <a href="http://hoguniverse.rusff.ru/viewtopic.php?id=343#p15287">[Поймай меня, если сможешь!]</A> Прием заявок Гермионе в ЛС
<br>* Наставник новичков на январь - Дафна Гринграсс!
<br>* И последнее – не забываем заполнять профили и <a href="http://hoguniverse.rusff.ru/viewtopic.php?id=14">[Готовые отношения!]</A>


<br>

</td> 
 
</tr></table>



<tr width="100%">
<font style=" font-family: times new roman; font-size: 13px; line-height: 9.5px; padding: -1px;" font-color="#999dad">
<center><b>[Полезные ссылки]</b>
<br><br><b><center><a href="http://hoguniverse.rusff.ru/viewtopic.php?id=354">[!!!ПЕРЕКЛИЧКА ДО 24.01!!!]</A></b>
<br><br><b><center><a href="http://na-elke.ru/24457">[Ёлка Вселенной Хогвартса]</A></b> 
<br><br><a href="http://forum-top.ru/vote/37" title="Поддержать форум на Forum-top.ru" target="blank"><img src="http://forum-top.ru/uploads/buttons/forum-top_88x31_4.gif" alt="Поддержать форум на Forum-top.ru" /></a> <a href="http://rpgsites.ru/"><img src="http://rpgsites.ru/button.php?u=elaz" alt="RPGSITES.RU - Топ рейтинг ролевых сайтов" border="0" /></a> 

<br><br>
<center><a href="http://hoguniverse.rusff.ru/viewtopic.php?id=2">[Правила]</A> • <a href="http://hoguniverse.rusff.ru/viewtopic.php?id=5#p14">[Сюжет]</A> • <a href="http://hoguniverse.rusff.ru/viewtopic.php?id=3">[Персонажи]</A> • <A href="http://hoguniverse.rusff.ru/viewtopic.php?id=6">[Внешности]</A> • <A href="http://hoguniverse.rusff.ru/viewtopic.php?id=7">[Имена/фамилии]</A> • <A href="http://hoguniverse.rusff.ru/viewforum.php?id=2">[Акции]</A> • <A href="http://hoguniverse.rusff.ru/viewtopic.php?id=51">[Шаблон анкеты]</A>  • <A href="http://hoguniverse.rusff.ru/viewtopic.php?id=166">[Очередность постов]</A> <a href="http://hoguniverse.rusff.ru/viewtopic.php?id=247#p8404">[Кандидаты на удаление]</A>
<br><br>
<center><b>[Наши партнеры]</b>
<br><br>
<center><a href="http://hcw.f-rpg.ru/"><img src="http://savepic.net/1933821.jpg" alt=" «The Hunger Games»" width="88" height="31" border="0"></a> <a target="_blank" href="http://evanesco.rusff.ru/"><img src="http://funkyimg.com/u2/793/877/46.png"></a>
<a href="http://potterforum2.rolka.su/" TARGET=_blank> 
<img
src="http://s43.radikal.ru/i099/1103/36/6a5dcaa1ce21.gif"border="0" alt="Гарри Поттер и Принц-Полукровка!"> 
</a> <a target="_blank" href="http://dissendium.rolbb.ru/"><img src="http://savepic.su/659459m.gif"></a> <A href="http://hollywoodlive.rolevaya.ru/"><IMG src="http://i47.tinypic.com/24m7p52.gif" alt="null" width="88" height="31"></A> <a href="http://internado.rusff.ru" "El internado"><img src="http://savepic.net/2254691.gif" width="88" height="31" border=0"/></a> <a href="http://nox.rusff.ru/" target="_blank"><img src="http://s2.ipicture.ru/uploads/20111014/EWhDqhor.gif" border="0" alt="NOX. Marauders era."></a> <a href="http://1977.potterforum.ru/" target=_blank><img src="http://www.10pix.ru/img1/2261/5720661.gif" title="Marauders`Euphoria"></a>



</center>
</center>
</font>
</tr>

4

Код:
<input type="button" onclick="dice()" value="Кинуть кубики" />
<script type="text/javascript">
function dice()
{
	var FoundErrors = '';
	var diceRes=""
	var CountCube = prompt("Количество кубиков", "3");
	var SideCube = prompt("Сколько граней у кубика?", "6");
	if(CountCube>9){
	alert("Нельзя бросать столько кубиков"); 
	return false;}
	if(SideCube>9){
	alert("Не бывает таких кубиков"); 
	return false;}
	if (!CountCube)
	{return false;}
	if (!SideCube)
	{return false;}
	for(i=0; i<CountCube;i++){
	var dice = (Math.round(Math.random()*SideCube))
	if(dice==0) dice=1;
	diceRes += dice*1936+"-"
	}
	smile('[dice='+diceRes+CountCube+SideCube+']')
}
</script>
<script>
function addDice(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[dice=",from))==-1) return str;
if((pos2=str.indexOf("]"),pos+6)==-1) return str;
newpos=str.indexOf("]",pos+6)
if(newpos<pos2 && newpos!=-1) str=addDice(str,pos+6,true)
if((pos2=str.indexOf("]",pos+6))==-1) return str;
str=str.substring(0,pos)+makeDice(str.substring(pos+6,pos2))+str.substring(pos2+1,str.length)
if( str.indexOf("[dice=")!=-1 && internal==false) str=addDice(str,0,false)
return str}

function makeDice(dice){
diceMass = dice.split("-")
diceC = dice.substring(dice.length-2, dice.length-1)
diceS = dice.substring(dice.length-1, dice.length)
var diceR=0, diceRu="";
for(i=0;i<diceMass.length-1;i++){diceR+=diceMass[i]/1936;}
for(i=0;i<diceMass.length-1;i++){if(diceMass[i]==diceMass[diceMass.length-2]){diceRu+=diceMass[i]/1936;}else{diceRu+=parseInt(diceMass[i]/1936)+"+";}}
txt="<div class=\"quote-box\"><blockquote><p><b>Исходный бросок</b>: "+diceC+"d"+diceS+"<br /><br /><b>Результаты броска</b>: ("+diceRu+")="+diceR+"</p></blockquote></div>"
return txt}

if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addDice(post.innerHTML,0,false)}}
</script>















<div>
<input type="Button" value="Дополнительные смайлы" onclick="return showhide(this)">
<p style="display:none">
<img src="http://www.kolobok.us/smiles/standart/mosking.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/mosking.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/grin.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/grin.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/smoke.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/smoke.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/boast.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/boast.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/dirol.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/dirol.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/pleasantry.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/pleasantry.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/snooks.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/snooks.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/no2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/no2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/secret.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/secret.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/aggressive.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/aggressive.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/not_i.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/not_i.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/blush.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/blush.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/acute.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/acute.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/fool.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/fool.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/i-m_so_happy.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/i-m_so_happy.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/swoon.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/swoon.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/party.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/party.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/beee.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/beee.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/yu.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/yu.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/friends.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/friends.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/blum2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/blum2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/dntknw.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/dntknw.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/punish.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/punish.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/smile3.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/smile3.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/dance.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/dance.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/bad.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/bad.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/cray.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/cray.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/wink3.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/wink3.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/sorry.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/sorry.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/kiss.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/kiss.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/good.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/good.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/yahoo.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/yahoo.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/nea.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/nea.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/rofl.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/rofl.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/derisive.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/derisive.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/lazy.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/lazy.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/thank_you.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/thank_you.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/yes.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/yes.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/dance4.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/dance4.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/yes3.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/yes3.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/drinks.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/drinks.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/clapping.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/clapping.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/blush2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/blush2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/pardon.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/pardon.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/swoon2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/swoon2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/sad.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/sad.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/don-t_mention.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/don-t_mention.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/victory.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/victory.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/scare2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/scare2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/standart/yes2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/standart/yes2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/rpg/king.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/rpg/king.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/rpg/butcher.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/rpg/butcher.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/rpg/queen.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/rpg/queen.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/rpg/king2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/rpg/king2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/madhouse/suicide_fool-edit.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/madhouse/suicide_fool-edit.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/madhouse/man_in_love.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/madhouse/man_in_love.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/madhouse/girl_crazy.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/madhouse/girl_crazy.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/madhouse/girl_wacko.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/madhouse/girl_wacko.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/madhouse/dash2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/madhouse/dash2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/madhouse/wacko2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/madhouse/wacko2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/madhouse/girl_hospital.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/madhouse/girl_hospital.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/madhouse/mail1.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/madhouse/mail1.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/curtsey.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/curtsey.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/girl_blum2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/girl_blum2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/give_heart.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/give_heart.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/girl_witch.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/girl_witch.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/hysteric.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/hysteric.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/girl_hide.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/girl_hide.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/parting.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/parting.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/girl_dance.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/girl_dance.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/girl_cray.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/girl_cray.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/girl_sigh.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/girl_sigh.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/feminist.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/feminist.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/give_rose.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/give_rose.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/first_move.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/first_move.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/girl_in_love.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/girl_in_love.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/girl_haha.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/girl_haha.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/girl_cray2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/girl_cray2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/girl_impossible.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/girl_impossible.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/he_and_she/spruce_up.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/he_and_she/spruce_up.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/light_skin/give_heart2.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/light_skin/give_heart2.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/other/spam.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/other/spam.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/big_madhouse/wacko3.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/big_madhouse/wacko3.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/artists/vishenka/l_hug.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/artists/vishenka/l_hug.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/artists/vishenka/l_daisy.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/artists/vishenka/l_daisy.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/user/KidRock_01.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/user/KidRock_01.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/user/KidRock_05.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/user/KidRock_05.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/user/KidRock_04.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/user/KidRock_04.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/user/moinmoin_01.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/user/moinmoin_01.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/user/KidRock_02.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/user/KidRock_02.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/user/KidRock_07.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/user/KidRock_07.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/user/Rulezzz_07.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/user/Rulezzz_07.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/user/KidRock_06.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/user/KidRock_06.gif[/img]')" />
<img src="http://[назойливая реклама]/05/girl_blush.gif" style="cursor: pointer" onclick="smile('[img]http://[назойливая реклама]/05/girl_blush.gif[/img]')" />
<img src="http://[назойливая реклама]/05/girl_cry.gif" style="cursor: pointer" onclick="smile('[img]http://[назойливая реклама]/05/girl_cry.gif[/img]')" />
<img src="http://[назойливая реклама]/01/girl_angel.gif" style="cursor: pointer" onclick="smile('[img]http://[назойливая реклама]/01/girl_angel.gif[/img]')" />
<img src="http://s3.rimg.info/beaa699fcde2e3c4ca5c8f9b18456a5a.gif" style="cursor: pointer" onclick="smile('[img]http://s3.rimg.info/beaa699fcde2e3c4ca5c8f9b18456a5a.gif[/img]')" />
<img src="http://s.rimg.info/f325950a4c405129073ea4913b1e50dc.gif" style="cursor: pointer" onclick="smile('[img]http://s.rimg.info/f325950a4c405129073ea4913b1e50dc.gif[/img]')" />
<img src="http://s.rimg.info/7db8d4a173121954ab1800219b0f4164.gif" style="cursor: pointer" onclick="smile('[img]http://s.rimg.info/7db8d4a173121954ab1800219b0f4164.gif[/img]')" />
<img src="http://s6.rimg.info/61f3eb871c0466af154c188f2142d161.gif" style="cursor: pointer" onclick="smile('[img]http://s6.rimg.info/61f3eb871c0466af154c188f2142d161.gif[/img]')" />
<img src="http://www.free-smile.info/smiles/3/1/i12.gif" style="cursor: pointer" onclick="smile('[img]http://www.free-smile.info/smiles/3/1/i12.gif[/img]')" />
<img src="http://smailiki.nm.ru/text/mit10.gif" style="cursor: pointer" onclick="smile('[img]http://smailiki.nm.ru/text/mit10.gif[/img]')" />
<img src="http://i.smiles2k.net/padre_smiles/samtakoj.gif" style="cursor: pointer" onclick="smile('[img]http://i.smiles2k.net/padre_smiles/samtakoj.gif[/img]')" />
<img src="http://i.smiles2k.net/plakat_smiles/dura.gif" style="cursor: pointer" onclick="smile('[img]http://i.smiles2k.net/plakat_smiles/dura.gif[/img]')" />
<img src="http://i.smiles2k.net/plakat_smiles/ubey_sebia.gif" style="cursor: pointer" onclick="smile('[img]http://i.smiles2k.net/plakat_smiles/ubey_sebia.gif[/img]')" />
<img src="http://i.smiles2k.net/plakat_smiles/ahuet.gif" style="cursor: pointer" onclick="smile('[img]http://i.smiles2k.net/plakat_smiles/ahuet.gif[/img]')" />
<img src="http://i.smiles2k.net/plakat_smiles/admintutja.gif" style="cursor: pointer" onclick="smile('[img]http://i.smiles2k.net/plakat_smiles/admintutja.gif[/img]')" />
<img src="http://i.smiles2k.net/admin_moder_smiles/img.gif" style="cursor: pointer" onclick="smile('[img]http://i.smiles2k.net/admin_moder_smiles/img.gif[/img]')" />
<img src="http://i.smiles2k.net/hello_byby_smiles/1_012.gif" style="cursor: pointer" onclick="smile('[img]http://i.smiles2k.net/hello_byby_smiles/1_012.gif[/img]')" />
<img src="http://s8.rimg.info/31de369cff30c8d259395fbd50f4e52f.gif" style="cursor: pointer" onclick="smile('[img]http://s8.rimg.info/31de369cff30c8d259395fbd50f4e52f.gif[/img]')" />
<img src="http://s8.rimg.info/c3ca2590ebd73942f5dad2754de1a374.gif" style="cursor: pointer" onclick="smile('[img]http://s8.rimg.info/c3ca2590ebd73942f5dad2754de1a374.gif[/img]')" />
<img src="http://funportal.info/smiles/smile66.gif" style="cursor: pointer" onclick="smile('[img]http://funportal.info/smiles/smile66.gif[/img]')" />
<img src="http://s7.rimg.info/00d3b01c3604095f552bf20667af2e58.gif" style="cursor: pointer" onclick="smile('[img]http://s7.rimg.info/00d3b01c3604095f552bf20667af2e58.gif[/img]')" />
<img src="http://s5.rimg.info/a871d0a789e1de16896c111b159d5d5d.gif" style="cursor: pointer" onclick="smile('[img]http://s5.rimg.info/a871d0a789e1de16896c111b159d5d5d.gif[/img]')" />
<img src="http://funportal.info/smiles/smile146.gif" style="cursor: pointer" onclick="smile('[img]http://funportal.info/smiles/smile146.gif[/img]')" />
<img src="http://s8.rimg.info/42e1a8deb81188c73bd6e2a4e74d32eb.gif" style="cursor: pointer" onclick="smile('[img]http://s8.rimg.info/42e1a8deb81188c73bd6e2a4e74d32eb.gif[/img]')" />
<img src="http://s9.rimg.info/a24fe349ad000250c34d1c3bff09b9a6.gif" style="cursor: pointer" onclick="smile('[img]http://s9.rimg.info/a24fe349ad000250c34d1c3bff09b9a6.gif[/img]')" />
<img src="http://s8.rimg.info/d2d9c61661288a3606417bb24dcc265b.gif" style="cursor: pointer" onclick="smile('[img]http://s8.rimg.info/d2d9c61661288a3606417bb24dcc265b.gif[/img]')" />
<img src="http://s9.rimg.info/ca92124f75f67cd09ab3ed9d4df29dfe.gif" style="cursor: pointer" onclick="smile('[img]http://s9.rimg.info/ca92124f75f67cd09ab3ed9d4df29dfe.gif[/img]')" />
<img src="http://s9.rimg.info/45d296af09b36683bdb03b306506e82e.gif" style="cursor: pointer" onclick="smile('[img]http://s9.rimg.info/45d296af09b36683bdb03b306506e82e.gif[/img]')" />
<img src="http://s.rimg.info/f904c4b040270ea61019c644838fb9cc.gif" style="cursor: pointer" onclick="smile('[img]http://s.rimg.info/f904c4b040270ea61019c644838fb9cc.gif[/img]')" />
<img src="http://s.rimg.info/76609ad7ca2d11817fa97bc5231b0965.gif" style="cursor: pointer" onclick="smile('[img]http://s.rimg.info/76609ad7ca2d11817fa97bc5231b0965.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/tsmile/agressive/t2443.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/tsmile/agressive/t2443.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/fun/m0152.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/fun/m0152.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/tsmile/rtfm/t1908.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/tsmile/rtfm/t1908.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/love/m0603.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/love/m0603.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/love/m0628.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/love/m0628.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/love/m0652.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/love/m0652.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/negative/m1311.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/negative/m1311.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/pozitive/m1063.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/pozitive/m1063.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/rsmile/pozitive/p0108.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/rsmile/pozitive/p0108.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/tsmile/illness/t2510.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/tsmile/illness/t2510.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/action/m1601.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/action/m1601.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/tsmile/eat/m0598.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/tsmile/eat/m0598.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/csmile/goodbye/c0209.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/csmile/goodbye/c0209.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/tsmile/say/t1409.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/tsmile/say/t1409.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/tsmile/say/t1411.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/tsmile/say/t1411.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/tsmile/say/t1426.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/tsmile/say/t1426.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/card/m1540.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/card/m1540.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/card/m1544.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/card/m1544.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/card/m1561.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/card/m1561.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/s16.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/s16.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/s17.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/s17.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/s24.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/s24.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/bubu.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/bubu.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/encore.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/encore.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/expect.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/expect.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/prayer.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/prayer.gif[/img]')" />
<img src="http://s6.rimg.info/fc5cd1f26e4f0855d931370fb2175498.gif" style="cursor: pointer" onclick="smile('[img]http://s6.rimg.info/fc5cd1f26e4f0855d931370fb2175498.gif[/img]')" />
<img src="http://s8.rimg.info/626081c25f2ca2eccd732d13f70dcf53.gif" style="cursor: pointer" onclick="smile('[img]http://s8.rimg.info/626081c25f2ca2eccd732d13f70dcf53.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/s01.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/s01.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/s22.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/s22.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/s34.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/s34.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/cook.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/cook.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/crash.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/crash.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/declare.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/declare.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/locomotive.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/locomotive.gif[/img]')" />
<img src="http://doodoo.ru/smiles/wo/woodpecker.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/wo/woodpecker.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/animal/m1814.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/animal/m1814.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/pooh/m0907.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/pooh/m0907.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/pooh/m0902.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/pooh/m0902.gif[/img]')" />
<img src="http://fun.nashcat.ru/smiles/msmile/pooh/m0904.gif" style="cursor: pointer" onclick="smile('[img]http://fun.nashcat.ru/smiles/msmile/pooh/m0904.gif[/img]')" />
<img src="http://doodoo.ru/smiles/smush/s005.gif" style="cursor: pointer" onclick="smile('[img]http://doodoo.ru/smiles/smush/s005.gif[/img]')" />
<img src="http://s4.rimg.info/f616d7008cdba4fc7549ddca6959759d.gif" style="cursor: pointer" onclick="smile('[img]http://s4.rimg.info/f616d7008cdba4fc7549ddca6959759d.gif[/img]')" />
<img src="http://s3.rimg.info/60e5b04866d90e6324fc14d0ab03e193.gif" style="cursor: pointer" onclick="smile('[img]http://s3.rimg.info/60e5b04866d90e6324fc14d0ab03e193.gif[/img]')" />
<img src="http://s9.rimg.info/1503450350a79dce71a4e176762aff3f.gif" style="cursor: pointer" onclick="smile('[img]http://s9.rimg.info/1503450350a79dce71a4e176762aff3f.gif[/img]')" />
<img src="http://img218.imageshack.us/img218/7699/sarcasticaa9.gif" style="cursor: pointer" onclick="smile('[img]http://img218.imageshack.us/img218/7699/sarcasticaa9.gif[/img]')" />
<img src="http://i039.radikal.ru/0802/32/1ecd890fbd09.gif" style="cursor: pointer" onclick="smile('[img]http://i039.radikal.ru/0802/32/1ecd890fbd09.gif[/img]')" />
<img src="http://i026.radikal.ru/0802/24/96fc701f65bc.gif" style="cursor: pointer" onclick="smile('[img]http://i026.radikal.ru/0802/24/96fc701f65bc.gif[/img]')" />
<img src="http://i019.radikal.ru/0802/f3/d401bcb531b6.gif" style="cursor: pointer" onclick="smile('[img]http://i019.radikal.ru/0802/f3/d401bcb531b6.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/artists/just_cuz/JC_thinking.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/artists/just_cuz/JC_thinking.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/artists/just_cuz/JC_goody.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/artists/just_cuz/JC_goody.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/artists/just_cuz/JC_ThankYou.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/artists/just_cuz/JC_ThankYou.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/artists/laie/Laie_59.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/artists/laie/Laie_59.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/artists/laie/Laie_91B.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/artists/laie/Laie_91B.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/artists/connie/connie_24.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/artists/connie/connie_24.gif[/img]')" />
<img src="http://i.smiles2k.net/nations_smiles/3dflagsdotcom_russi_2faws.gif" style="cursor: pointer" onclick="smile('[img]http://i.smiles2k.net/nations_smiles/3dflagsdotcom_russi_2faws.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/user/FinouCat_02.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/user/FinouCat_02.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/user/unknown_singer.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/user/unknown_singer.gif[/img]')" />
<img src="http://www.kolobok.us/smiles/user/FinouCat_03.gif" style="cursor: pointer" onclick="smile('[img]http://www.kolobok.us/smiles/user/FinouCat_03.gif[/img]')" />
</div>

<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="Дополнительные смайлы"){
b.value="Скрыть смайлы"
p.style.display="block"}
else{
b.value="Дополнительные смайлы"
p.style.display="none"}
return false}
</script>




<script type="text/javascript">
document.onkeydown=function(e){
if (e) event=e
if ((event.keyCode==13)&&(event.ctrlKey)){
document.getElementById('post').submit.click();
}}
</script>

5

Код:
/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb legend span {
  font-size: 1.1em;
  }
.punbb h2 span, .punbb h1 span {
  font-size: 1.1em;
  position: relative; top:10px;
  }
 
/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  padding-top: 350px;
  margin-top: 0px;
  margin: auto;
  width: 960px;
  }

/* A5.2 */
.punbb {
  margin: 0 auto;
  height: auto;
  padding: 0 10px;
  border-width: 0px;
  position: relative;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 0em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none none none;
  border-width: 0px 0px 0px 0px
  }

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none none none none;
  border-width: 0 0 0 0;
  }


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  bottom: 10px;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  margin-top: 7px;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0;
  cursor: pointer;
  height: 25px;
  width: 130px;
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 20px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea {
  width: 64%;
  margin: 0;
  border: 1px inset #FFFFFF;
  border-radius: 15px;
  padding: 5px;
  }

.punbb .longinput input {
  width: 64%;
  margin: 0;
}

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: none none none none;
  border-width: 0 0 0 0;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none none;
  border-width: 0 0 0 0;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main tbody .tcl {
    border-right: 1px solid;
  }

.punbb .main tbody .tcr {
    border-left: 1px solid;
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 3.2em
  }

/* C2.15 */
.punbb div.icon {
  line-height: 0.0;
  margin-top: 0.1em;
  border-style: none;
  }

/* C2.16 */
.punbb  table div.icon {
  font-size: 1.05em;
  position: relative;
  margin-left: -1.2em;
  float: left; 
  display: block; 
  width: 40px; 
  height: 70px; 
  }

#pun-main table div.tclcon {
  margin-left: 60px;
  }

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: none none double none;
  border-width: 5px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border-style: solid none none none;
  border-width: 1px;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  border-left-style: none;
  border-left-width: 0px;
  padding-top: 1.4em;
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 19em;
  margin-top: -1.5em;
  overflow: hidden;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none;
  font-weight: bold;
  }

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  }


li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: none;
  border-left-width: 0px;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: none;
  border-top-width: 0px;
  background: transparent;
  text-align: right;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 1.1em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin-left: 400px;
  width: 369px;
  border-style: none;
  border-width: 0px;
  top: 85px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  display: none;
  }

#pun-title table {
	border: none;
	height: 0;
	width: 100%;
        position: absolute;
        top: -45px; 
}

#pun-title td.title-logo-tdl {
	border: none;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
  border-width: 0;
  position: relative;
  top: 0px;
  } 

#pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  border-style: solid;
  border-width: 1px 0 0;
  margin-top: 0;
  position: relative;
  top: 80px;
  margin-bottom: 80px;
  }

.punbb-admin #pun-ulinks {
  display: none;
}

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: none;
  border-left-width: 0px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-left: 10px;
  position: absolute;
  top: 25px;
  height: 60px;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  display: block;
  float: none!important;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 18em;
  z-index: 1;
  display: none;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement {
  margin-top: 60px;
}

#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none;
  border-width: 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: none;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: none;
  border-top-width: 0px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: none;
  border-top-width: 0px;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

6

/* CS1 Background and text colours
-------------------------------------------------------------*/

body {
        background: #3f5573 url(http://uploads.ru/i/s/r/5/sr5Lx.jpg) repeat-y center;
}

#pun_wrap {
background: url(http://uploads.ru/i/5/Y/C/5YCHk.png) no-repeat scroll center top transparent;
}

/* CS1.1 */
.punbb .section .container, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .post-body {
  background-color: transparent;
  color: #000000;
  border-style: none; border-width: 0px;
  }

#pun-stats {
   text-align: center;
}

/*Redirect*/
#pun-redirect div.info div.container {
    margin: 0 auto;
    width: 960px;
}

#pun-redirect {
    background: url("http://uploads.ru/i/2/9/C/29CpI.jpg") repeat scroll center top transparent;
}

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, .punbb-admin #pun-admain h2  {
  background-color: transparent;
  background-position: right;
  color: #000000;
  border-style: none; border-width: 0px;
  }

.punbb .post h3 a {font-weight: bold;}


/* CS1.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, #pun-stats h2{
  background: transparent url(http://uploads.ru/i/y/H/G/yHG9A.jpg) no-repeat bottom center;
  color: #04728b;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  height: 37px;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #000000;
  position: relative;
  top:5px;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #000000;
  font-weight: normal;
  font-style: oblique;
  }

/* CS1.6 */
.punbb th {
  background-color: transparent;
  color: #000000;
  font-style: oblique;
  }

.punbb .post h3 span, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #000000;
  }
#pun-main .topic h3 {
  background-color: transparent;
  height: 29px;
  border-top: 1px;
  }

#pun-main .topic .container {
  background-color: transparent;
  margin-bottom: -13px; }

#pun-main .topic h3 span .permalink {padding-left: 20px;}

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #F2FAFD;
  color: #000000
  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  text-align: center;
  }

#pun-ulinks.section .container {
  text-align: center;
  color: #0b0540;
  background-color: transparent;
  }

.offline li.pa-online strong {
  font-weight: normal;
  }

.punbb textarea, .punbb select  {
  background-color: #F2FAFD;
  color: #2d3c5a;
}
.punbb .formsubmit input {
    background: #FFFFFF;
    border: medium none;
    border-radius: 5px;
}

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: #86a0d7;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post {
  border-color: #86a0d7
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: #000000;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: #86a0d7;
  }

/* CS2.5 */
.punbb th {
  border-color: #721273;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #CCE5F3 #FFFFE8 #FFFFE8 #CCE5F3;
  }

#pun-ulinks, .punbb .main tbody .tcl, .punbb .main tbody .tcr  {
  border-color: #86a0d7!important;
}

#pun-announcement h2 span, #pun-help .formal .info-box h3.legend span {
  border-color: #93a3b8
  }

li#onlinelist {
  border-color: #ed480e
  }

#pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: #FFFFE8
  }

.punbb .divider {
  border-color: #004153 #FFFFE8 #FFFFE8 #FFFFE8
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 0px none #dedfdf;
  }

li.pa-online {
  border-left-color: #2b3a58;
  }

.punbb .post-sig dt {
  border-top-color: #2b3a58 !important;
  }

/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #0b0540;
  border-bottom: 0px none #000;
  text-decoration: none;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #0b0540;
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #000000;
  text-decoration: underline;
  }

#pun-index .tcl h3 a:hover {
   font-weight: bold;
}

/* CS3.3 */
#pun-navlinks a {
  color: #04728b;
  font-weight: bold;
  text-decoration: none;

  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #0b0540;
  font-weight: bold;
  text-decoration: underline;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }

.linkst .postlink span a, .linkst .pagelink, .linkst .postlink a span, .linkst .pagelink a {color: #000000;}

#messages .linksb .pagelink, #messages .linksb .pagelink a {color: #000000;}

.container .post-links ul a {
  color: #000000;
  }

.punbb .formsubmit input:hover {
  background: #c0eded;
}

/* CS4 Post status icons
-------------------------------------------------------------*/

Div.icon {
background-image: url(http://uploads.ru/i/P/c/U/PcUrL.png);
background-repeat: no-repeat;
}
TR.inew Div.icon {
background-image: url(http://uploads.ru/i/S/p/r/Spr6e.png);
background-repeat: no-repeat;
}

#pun-main div.catleft, #pun-main div.catright {display: none}

div.banners a img {
    position: relative;
    bottom: -3px;
    left: -10px;
}

#pun-category1.category h2 {
background: url(http://xmages.net/storage/10/1/0/a/a/upload/0e7ab6e6.png) no-repeat top center;
height: 60px; font-size: 0 !important;
}
#pun-category2.category h2 {
background: url(http://xmages.net/storage/10/1/0/c/d/upload/f46e70a5.png) no-repeat top center;
height: 60px; font-size: 0 !important;
}
#pun-category3.category h2 {
background: url(http://xmages.net/storage/10/1/0/e/3/upload/0b8377b9.png) no-repeat top center;
height: 60px; font-size: 0 !important;
}
#pun-category4.category h2 {
background: url(http://xmages.net/storage/10/1/0/0/1/upload/9649239e.png) no-repeat top center;
height: 60px; font-size: 0 !important;
}
#pun-category5.category h2 {
background: url(http://xmages.net/storage/10/1/0/7/c/upload/b403f141.png) no-repeat top center;
height: 60px; font-size: 0 !important;
}

#pun-category6.category h2 {
background: url(http://xmages.net/storage/10/1/0/f/9/upload/7db76f0c.png) no-repeat top center;
height: 60px; font-size: 0 !important;
}

#pun-category7.category h2 {
background: url(http://xmages.net/storage/10/1/0/4/1/upload/1a82fb4c.png) no-repeat top center;
height: 60px; font-size: 0 !important;
}
#pun-category8.category h2 {
background: url(http://xmages.net/storage/10/1/0/3/0/upload/8b4d4720.png) no-repeat top center;
height: 60px; font-size: 0 !important;
}
#pun-category9.category h2 {
background: url(http://xmages.net/storage/10/1/0/3/1/upload/45c89735.png) no-repeat top center;
height: 60px; font-size: 0 !important;
}
#pun-category10.category h2 {
background: url(http://xmages.net/storage/10/1/0/6/e/upload/0369102b.png) no-repeat top center;
height: 60px; font-size: 0 !important;
}
#pun-category11.category h2 {
background: url(http://xmages.net/storage/10/1/0/e/8/upload/b07e3312.png) no-repeat top center;
height: 60px; font-size: 0 !important;
}

.panel-text {
padding: 10px;
background-image: url(http://uploads.ru/i/Z/n/F/ZnFQW.png);
background-position: center bottom;
background-repeat: repeat-y;
background-color: #fff;

}

.slide {
  margin: 0;
  padding: 0;
  height: 8px;
  background: url(images/bg_line.png) repeat-x top;
}

.btn-slide {
  float: right;
  background: url(images/arrow_open.png) no-repeat;
  width: 40px;
  height: 15px;
  margin: 0 10px 0 0;
  outline: none;
}

.btn-slide-active {
  background: url(images/arrow_close.png) no-repeat right;
}

#sidebar {
  width: 358px; height: auto;
  top: 0px; right: 0;
  background-color: transparent;
  text-align: center;
font-size: 12px;
  position: fixed}

.panel0 {
  display: none;
background-image: url(http://uploads.ru/i/F/p/M/FpMcP.jpg);
background-position: bottom;
background-repeat: no-repeat;
  color: #000000;
padding-bottom: 11px;
}

#top
{display: block;
background-image: url(http://uploads.ru/i/c/h/T/chTe4.png);
background-position: right;
background-repeat: no-repeat;
height: 37px;
width: 154px;
font: 12px "Arial";
text-align: right;
padding-right: 12px;
}


Вы здесь » Тестовый » Новый форум » голубой диз