Единый форум поддержки

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

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


Вы здесь » Единый форум поддержки » Архив » Общие вопросы по оформлению (54)


Общие вопросы по оформлению (54)

Сообщений 421 страница 440 из 1000

1

Инструменты для поиска и редактирования стиля (скриптов).

Как с помощью браузера можно определить элемент дизайна.

Каталог скриптов/CSS

Полезные скрипты, необходимые темы для новичков, а также ссылки на сайты рассказывающие что такое НТМЛ и CSS.

Типовые Вопросы (ЧаВо)

Ответы на часто задаваемые вопросы.

Как задавать вопросы! Разница между стилем и скриптом. ( Советы)

Плюс к названию темы еще и Памятка.

Любой вопрос по оформлению/неполадкам сопровождайте ссылкой на форум, по которому возникли сложности.

0

421

Deff написал(а):

Этот скрипт нужно ставить в объявление! (поставьте выше бегущей строки)

Я пыталась его поставить и в объявления тоже. Эффект был один.

Deff написал(а):

И скрипт кривой - где вы такой откопали...? Нун его изъять!

Скрипт взяла здесь, только там не указано куда его ставить, ну вот я и начала экспериментировать.. :(

kolobdur74 написал(а):

Или вот скрипт в зависимости от времени суток:

Deff, спасибо за новый скрипт. Сейчас попробую.

0

422

Deff
Спасибище!!! Все работает. :flag:

0

423

Доброго времени суток. На сайте кинодива установлен скрипт на прокрутку вверх-вниз. Но... либо вверх либо вниз, а можно сделать прокрутку вверх-вниз с возможностью остановки там где нужно, например посреди странички? Заранее спасибо

0

424

Комар
Можно сделать так что бы при нажатии на CTRL, например, запоминалось то место, где была нажата клавиша и после скролла вниз или вверх возвращалось к к тому месту, где была нажата клавиша (можно не клавишу, а какую-нибудь кнопку между стрелочками сделать)

0

425

Несколько запрос о скрипте, сколько зов о помощи в его избавлении.
http://katinanarutorolka.0pk.ru/
Пытаемся убрать правую всплывающую табличку, Best of the Best. Но убирая (вроде бы) нужный скрипт из hmtl-низ, "плывет" весь дизайн. Сверялся с кодами скрипта на форумах, не убираю ли я что лишнее - нет, не убираю. В чем может быть проблема?

0

426

KabuYaku
Данный код у вас стоит в HTML верх, удалите его:

Код:
<style type="text/css" media="screen">
#slideout {
          z-index: 200;
          position: fixed;
          top: -2px;
          right: 0;
          width: 60px;
          padding: 25px 0;
          text-align: center;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-border-radius: 5px 0 0 5px;
          -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;

          }
#slideout_inner {
          z-index: 200;
          color: #000000;
          position: fixed;
          top: 22px;
          right: -250px;
          background-image: url('http://i67.fastpic.ru/big/2014/0904/ed/a6ee18e0011c773d928b262be422cced.png');
          width: 200px;
          padding: 25px;
          max-height: 350px;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
          text-align: left;
          -webkit-border-radius: 0 0 05px;
          -moz-border-radius: 0 0 0 5px;
          border-radius: 0 0 0 5px;
         
          }
#slideout_inner textarea {
          width: 190px;
          height: 100px;
          margin-bottom: 6px;
          }
#slideout:hover {
          right: 250px;
          }
#slideout:hover #slideout_inner {
          right: 0;
          }
</style>
<div id="slideout">
<img src="http://i64.fastpic.ru/big/2014/0903/0b/72f4e4ab38279e5169428ed1804f920b.png">
<div id="slideout_inner">
<center>

<b>&lt; BEST OF THE BEST &gt;</b><br><br>
<b>? THE BEST PLAYERS ?</b><br>
<br><br>
<b>? THE BEST FLOODERS ? </b><br>
<br><br>
<b>? THE BEST FLASH BACK ? </b><br>
<br><br>
<b>?THE MONTH'S BEST COMEDY?</b><br>

</center>



<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>



</div>
</div>

0

427

KabuYaku
весь HTML верх без таблички (замените)

Код:
<style type="text/css">
#pun-navlinks #navawards{display:none;}
</style>
<style type="text/css">
#pun-navlinks #gifts{display:none;}
</style>

<style type="text/css">
#messanger { position:fixed; right:10%; top:20%; z-index:100; width:280px; border: 2px solid #696969;
-moz-border-radius: 8px;border-radius: 8px;khtml-border-radius:8px;-webkit-border-radius:8px;
box-shadow: 5px 5px 5px #9C9C9C; -moz-box-shadow: 5px 5px 5px #9C9C9C; -webkit-box-shadow: 5px 5px 5px #9C9C9C; filter: progid:DXImageTransform.Microsoft.Shadow(color='#9C9C9C', direction=145, strength=7);}

#closer{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.41, #1F1F1F),color-stop(0.94, #D7E3E3));
background-image: -moz-linear-gradient(center bottom,#1F1F1F 41%,#D7E3E3 94%);
background-image: -o-linear-gradient(top,#D7E3E3,#1F1F1F);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#D7E3E3', endColorstr='#1F1F1F');
color: lime; 
-moz-border-radius: 9000em;border-radius: 9000em;khtml-border-radius:9000em;-webkit-border-radius:9000em;cursor: pointer;float: right;font-size: 15px; border: 2px solid #696969;
}
#closer:hover {color: #FF4500; }</style>


<style type="text/css">
.container1 {width: 800px; margin: 0px auto; padding: 0;}
ul.tabs {
    margin-left: 70px;
    padding: 0;
    float: center;
    list-style: none;
    height: 40px;
    width: 800px;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    border: 0px;
border-top: 0px dotted #000000;
    border-bottom: 0px dotted #000000;
        border-right: 0px dotted #000000;
        border-left: 0px dotted #000000;
    margin-bottom: -2px;
    background: url();
    overflow: hidden;
    position: relative;
}

ul.tabs li a {
    text-decoration: none;
    color: transparent;
    display: block;
    padding: 0 5px;
    background: url();
    outline: none;
}

ul.tabs li a:hover {
       background: url();
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;  
}    

html ul.tabs li.active  {
    background: url();    
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;   
}  

html ul.tabs li.active a:hover  {
        background: url();
    border-bottom: 0px solid #160f0a;
}

.tab_container1 {
    clear: both;
    float: center; 
    width: 800px;
    height: 270px;
    background-image : url();   
background-color: #;  
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;  

    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.tab_content {
    padding: 5px;
}

.tab_content h2 {
    font-weight: normal;
    padding-bottom: 2px;
    border-bottom: 0px dashed #000000;
}
</style>





<style type="text/css">
.table_head {
background: transparant;
z-index: 800;
position: absolute;
            margin: -50px 0px 0px 30px;
            width : 30%;
height: 60px;
</style>



<style type="text/css">
#messanger { position:fixed; right:10%; top:20%; z-index:100; width:280px; border: 2px solid #696969;
-moz-border-radius: 8px;border-radius: 8px;khtml-border-radius:8px;-webkit-border-radius:8px;
box-shadow: 5px 5px 5px #9C9C9C; -moz-box-shadow: 5px 5px 5px #9C9C9C; -webkit-box-shadow: 5px 5px 5px #9C9C9C; filter: progid:DXImageTransform.Microsoft.Shadow(color='#9C9C9C', direction=145, strength=7);}

#closer{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.41, #1F1F1F),color-stop(0.94, #D7E3E3));
background-image: -moz-linear-gradient(center bottom,#1F1F1F 41%,#D7E3E3 94%);
background-image: -o-linear-gradient(top,#D7E3E3,#1F1F1F);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#D7E3E3', endColorstr='#1F1F1F');
color: lime; 
-moz-border-radius: 9000em;border-radius: 9000em;khtml-border-radius:9000em;-webkit-border-radius:9000em;cursor: pointer;float: right;font-size: 15px; border: 2px solid #696969;
}
#closer:hover {color: #FF4500; }</style>

<style type="text/css">
.container1 {width: 800px; margin: 0px auto; padding: 0;}
ul.tabs {
    margin-left: 70px;
    padding: 0;
    float: center;
    list-style: none;
    height: 40px;
    width: 800px;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    border: 0px;
border-top: 0px dotted #000000;
    border-bottom: 0px dotted #000000;
        border-right: 0px dotted #000000;
        border-left: 0px dotted #000000;
    margin-bottom: -2px;
    background: url();
    overflow: hidden;
    position: relative;
}

ul.tabs li a {
    text-decoration: none;
    color: transparent;
    display: block;
    padding: 0 5px;
    background: url();
    outline: none;
}

ul.tabs li a:hover {
       background: url();
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;  
}    

html ul.tabs li.active  {
    background: url();    
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;   
}  

html ul.tabs li.active a:hover  {
        background: url();
    border-bottom: 0px solid #160f0a;
}

.tab_container1 {
    clear: both;
    float: center; 
    width: 800px;
    height: 270px;
    background-image : url();   
background-color: #;  
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;  

    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.tab_content {
    padding: 5px;
}

.tab_content h2 {
    font-weight: normal;
    padding-bottom: 2px;
    border-bottom: 0px dashed #000000;
}
</style>



<style type="text/css">
#pun-stats ul.container {
        background: transparent url(http://i68.fastpic.ru/big/2014/0902/bf/f7c936b00b97d1bf97e15c6e27926fbf.png) no-repeat 20px 0px;
        padding-left: 150px;
}
</style>

<style type="text/css">
#pun-stats h2 span,
.category h2 span {
visibility:hidden!important;
}
</style>

<style type="text/css">
.a-prev:hover .preview{
display: block!important;
margin-left: 0px;
position: absolute!important;
margin-top: px!important;
z-index: 1;
}
.a-prev .preview{display:none}
</style>

И ЗЫ - скрипты это коды начинаюшиеся с тега <script
Ваш вопрос для раздела - Оформление форума или для общих вопросов

0

428

Deff, Fover
заменил, как вы и сказали, но форум все-равно поплыл
словно есть какая то привязка к скрипту в других разделах

Свернутый текст

http://i.gyazo.com/640ee9af8012bcc85e7838f064e8c6b2.png

Отредактировано KabuYaku (Вс, 23 Ноя 2014 10:35:33)

0

429

KabuYaku
Еще раз и в этой теме => Общие вопросы по оформлению (54) , укажите браузер
Попробуйте с другого браузера, вы смотрите тот же форум, что и я ? http://katinanarutorolka.0pk.ru/
http://sa.uploads.ru/1vDLR.png

0

430

Deff
Тестировал и с Хрома, и с Мозиллы
При замены всего html-вверх на ваш, форум плывет как на моем скриншоте
Сейчас и на вашем скриншоте все хорошо, потому что я вернул все в старое состояние

0

431

KabuYaku
Уберите то, что я написал.

0

432

Нэнси Малина написал(а):

опять туплю с шапкой на весь экран ._.
вроде бы картинки поставила и боди с хтмл разделила, но если потянуть вправо, зажав колесико мышки, то дизайн съедет даже на широкоформатном мониторе, не говоря уже о маленьких
помогите разобраться, пожалуйста! http://testnikhroum777.rusff.ru/

помогите, пожалуйста, вопрос жизни и смерти буквально((

-1

433

Нэнси Малина
Хах, зачем же вы беретесь выполнять дизайны на заказ, если за подсказками обращаетесь сюдаэ

0

434

Fover
по-моему никто не совершенен и каждый имеет право на ошибку. Так же как и каждый может обучаться чему-то новому. Из 5 выполненных мною заказов за последнее время попросила помощи лишь в одном. Да даже супер-мастер, который уже много лет занимается этим, может неожиданно стать в тупик, что ж ему теперь прекращать работу?

не вижу никакого смысла в вашем упреке. Не хотите помочь - проходите мимо

-1

435

Fover
так же пробовал, аналогичная проблема

0

436

Нэнси Малина написал(а):

проходите мимо

Я вправе выражать свои мысли, не так ли?

И да, я тоже делаю ошибки, но я не беру деньги за то, что я делаю.
Пользователю лучше обратить сюда на ЕТП за бесплатной помощью ежели обращаться к недомастеру.

Отредактировано Fover (Вс, 23 Ноя 2014 16:18:03)

+1

437

KabuYaku
Верх:

Код:
<style type="text/css">
#pun-navlinks #navawards{display:none;}
</style>
<style type="text/css">
#pun-navlinks #gifts{display:none;}
</style>

<style type="text/css">
#messanger { position:fixed; right:10%; top:20%; z-index:100; width:280px; border: 2px solid #696969;
-moz-border-radius: 8px;border-radius: 8px;khtml-border-radius:8px;-webkit-border-radius:8px;
box-shadow: 5px 5px 5px #9C9C9C; -moz-box-shadow: 5px 5px 5px #9C9C9C; -webkit-box-shadow: 5px 5px 5px #9C9C9C; filter: progid:DXImageTransform.Microsoft.Shadow(color='#9C9C9C', direction=145, strength=7);}

#closer{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.41, #1F1F1F),color-stop(0.94, #D7E3E3));
background-image: -moz-linear-gradient(center bottom,#1F1F1F 41%,#D7E3E3 94%);
background-image: -o-linear-gradient(top,#D7E3E3,#1F1F1F);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#D7E3E3', endColorstr='#1F1F1F');
color: lime; 
-moz-border-radius: 9000em;border-radius: 9000em;khtml-border-radius:9000em;-webkit-border-radius:9000em;cursor: pointer;float: right;font-size: 15px; border: 2px solid #696969;
}
#closer:hover {color: #FF4500; }</style>


<style type="text/css">
.container1 {width: 800px; margin: 0px auto; padding: 0;}
ul.tabs {
    margin-left: 70px;
    padding: 0;
    float: center;
    list-style: none;
    height: 40px;
    width: 800px;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    border: 0px;
border-top: 0px dotted #000000;
    border-bottom: 0px dotted #000000;
        border-right: 0px dotted #000000;
        border-left: 0px dotted #000000;
    margin-bottom: -2px;
    background: url();
    overflow: hidden;
    position: relative;
}

ul.tabs li a {
    text-decoration: none;
    color: transparent;
    display: block;
    padding: 0 5px;
    background: url();
    outline: none;
}

ul.tabs li a:hover {
       background: url();
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;  
}    

html ul.tabs li.active  {
    background: url();    
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;   
}  

html ul.tabs li.active a:hover  {
        background: url();
    border-bottom: 0px solid #160f0a;
}

.tab_container1 {
    clear: both;
    float: center; 
    width: 800px;
    height: 270px;
    background-image : url();   
background-color: #;  
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;  

    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.tab_content {
    padding: 5px;
}

.tab_content h2 {
    font-weight: normal;
    padding-bottom: 2px;
    border-bottom: 0px dashed #000000;
}
</style>





<style type="text/css">
.table_head {
background: transparant;
z-index: 800;
position: absolute;
            margin: -50px 0px 0px 30px;
            width : 30%;
height: 60px;
</style>



<style type="text/css">
#messanger { position:fixed; right:10%; top:20%; z-index:100; width:280px; border: 2px solid #696969;
-moz-border-radius: 8px;border-radius: 8px;khtml-border-radius:8px;-webkit-border-radius:8px;
box-shadow: 5px 5px 5px #9C9C9C; -moz-box-shadow: 5px 5px 5px #9C9C9C; -webkit-box-shadow: 5px 5px 5px #9C9C9C; filter: progid:DXImageTransform.Microsoft.Shadow(color='#9C9C9C', direction=145, strength=7);}

#closer{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.41, #1F1F1F),color-stop(0.94, #D7E3E3));
background-image: -moz-linear-gradient(center bottom,#1F1F1F 41%,#D7E3E3 94%);
background-image: -o-linear-gradient(top,#D7E3E3,#1F1F1F);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#D7E3E3', endColorstr='#1F1F1F');
color: lime; 
-moz-border-radius: 9000em;border-radius: 9000em;khtml-border-radius:9000em;-webkit-border-radius:9000em;cursor: pointer;float: right;font-size: 15px; border: 2px solid #696969;
}
#closer:hover {color: #FF4500; }</style>

<style type="text/css">
.container1 {width: 800px; margin: 0px auto; padding: 0;}
ul.tabs {
    margin-left: 70px;
    padding: 0;
    float: center;
    list-style: none;
    height: 40px;
    width: 800px;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    border: 0px;
border-top: 0px dotted #000000;
    border-bottom: 0px dotted #000000;
        border-right: 0px dotted #000000;
        border-left: 0px dotted #000000;
    margin-bottom: -2px;
    background: url();
    overflow: hidden;
    position: relative;
}

ul.tabs li a {
    text-decoration: none;
    color: transparent;
    display: block;
    padding: 0 5px;
    background: url();
    outline: none;
}

ul.tabs li a:hover {
       background: url();
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;  
}    

html ul.tabs li.active  {
    background: url();    
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;   
}  

html ul.tabs li.active a:hover  {
        background: url();
    border-bottom: 0px solid #160f0a;
}

.tab_container1 {
    clear: both;
    float: center; 
    width: 800px;
    height: 270px;
    background-image : url();   
background-color: #;  
    border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;    
        border-left: 0px solid #000000;    
        border-right: 0px solid #000000;  

    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.tab_content {
    padding: 5px;
}

.tab_content h2 {
    font-weight: normal;
    padding-bottom: 2px;
    border-bottom: 0px dashed #000000;
}
</style>



<style type="text/css">
#pun-stats ul.container {
        background: transparent url(http://i68.fastpic.ru/big/2014/0902/bf/f7c936b00b97d1bf97e15c6e27926fbf.png) no-repeat 20px 0px;
        padding-left: 150px;
}
</style>

<style type="text/css">
#pun-stats h2 span,
.category h2 span {
visibility:hidden!important;
}
</style>

<style type="text/css">
.a-prev:hover .preview{
display: block!important;
margin-left: 0px;
position: absolute!important;
margin-top: px!important;
z-index: 1;
}
.a-prev .preview{display:none}
</style>

Низ:

Код:
<style>
#pun-announcement h2 span { 
display:none;
 }
</style>
<!-- cтрелочки -вверх вниз страницы -->
<div style="position:fixed; left
:3%; bottom: 20%;">
<a href=#top onClick="scrollTo(0,0); return false;" title="Вверх страницы">
<img src="http://i64.fastpic.ru/big/2014/0903/8a/5edb9323cb58bebff88af2cf41d6028a.png" alt="Вверх страницы" ></a><br/>
<a href=#top onClick="scrollTo(0, document.body.scrollHeight); return false;" title="Вниз страницы">
<img style="margin-top:-1px;" src="http://i64.fastpic.ru/big/2014/0903/96/efda05412290d9f01ab805fce6ef2296.png" alt="Вниз страницы" ></a>
</div><!--конец cтрелочки -->
<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style>#forum_f162{display:none}</style>")
</script>

<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style>#forum_f156{display:none}</style>")
</script>

<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style>#forum_f157{display:none}</style>")
</script>

<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style>#forum_f158{display:none}</style>")
</script>

    <script type="text/javascript">
        forum = "http://katinanarutorolka.ru"

        str = document.getElementById("navpm").innerHTML
        loc = new String(document.location)

        if( (str.indexOf("(") != -1) && document.referrer.indexOf(forum)==-1 && loc.indexOf('messages.php')==-1)
        {
          count = parseInt(str.substring(str.indexOf("(")+1,str.indexOf(")")))

          if (count==1) text="У вас есть 1 новое сообщение"
          else if (count>1 && count<5) text="У вас есть " +count+" новых сообщения"
          else text="У вас есть " +count+" новых сообщений"

          msg =  "<div id=\"new-mes\" class=\"container\" style=\"position: absolute; z-index=2; left: 40%;\">"
          msg += text
          msg += "<br><a href=\"\" onclick=\"document.location.replace('messages.php'); document.getElementById('new-mes').style.display='none';return false;\">Посмотреть личные сообщения</a>"
          msg +="<br><a href=\"\" onclick=\"document.getElementById('new-mes').style.display='none'; return false\">Закрыть окно</a>\r\n"
          msg += "</div>"

          document.getElementById("pun-status").innerHTML += msg
        }
        </script>


<script><!--Оставляем цифру Новых сообщений. -->
var clr=($("#navpm a").css("color"));var chng="&nbsp;(";
var subs="</span><span style=\"color:"+clr+";\" id=\"news_messag\">(";
$("#navpm a").html($("#navpm a").html().replace(chng,subs));
$("#news_messag").appendTo("#navpm");
</script>

<script><!--Свои картинки в панель навигации со сменой картинки по наведению курсора" -->
       navlinks=new Array(

     "navindex",    // Форум
    "http://i64.fastpic.ru/big/2014/0903/68/2d52b20cf35666fa7bc28b8848757568.png","http://i64.fastpic.ru/big/2014/0903/68/2d52b20cf35666fa7bc28b8848757568.png",
      "navuserlist", // Участники
    "http://i63.fastpic.ru/big/2014/0903/65/d76bea1b60eabc47082dc0f0b0edbb65.png","http://i63.fastpic.ru/big/2014/0903/65/d76bea1b60eabc47082dc0f0b0edbb65.png",
      "navsearch",    // Поиск
    "http://i63.fastpic.ru/big/2014/0903/3c/9a844804b7c929324f720c7a14ac733c.png","http://i63.fastpic.ru/big/2014/0903/3c/9a844804b7c929324f720c7a14ac733c.png",
      "navprofile",    // Профиль
    "http://i63.fastpic.ru/big/2014/0903/2b/934c2959fed57289d670bedc063d4f2b.png","http://i63.fastpic.ru/big/2014/0903/2b/934c2959fed57289d670bedc063d4f2b.png",
      "navpm",    // Сообщения
    "http://i63.fastpic.ru/big/2014/0903/f8/19749178a742ec67d8dd7db4d7d0d6f8.png","http://i63.fastpic.ru/big/2014/0903/f8/19749178a742ec67d8dd7db4d7d0d6f8.png",
      "navadmin",    // Администрирование
    "http://i63.fastpic.ru/big/2014/0903/ec/6c68515c33da8109f988d6f040eb33ec.png","http://i63.fastpic.ru/big/2014/0903/ec/6c68515c33da8109f988d6f040eb33ec.png",
      "navregister", // Регистрация
    "http://i63.fastpic.ru/big/2014/0903/3c/048570396f92a0fdbbd6546f255c933c.png","http://i63.fastpic.ru/big/2014/0903/3c/048570396f92a0fdbbd6546f255c933c.png",
      "navlogin",    // Войти
    "http://i68.fastpic.ru/big/2014/0908/08/86ca22f40deb624c942f5924e1472108.png","http://i68.fastpic.ru/big/2014/0908/08/86ca22f40deb624c942f5924e1472108.png",
      "navlogout",    // Выход
    "http://i63.fastpic.ru/big/2014/0903/36/c7d9f8b7206826a1fbd7521362cf8d36.png","http://i63.fastpic.ru/big/2014/0903/36/c7d9f8b7206826a1fbd7521362cf8d36.png",
  "navpiar",    // пиар
    "http://i63.fastpic.ru/big/2014/0903/8c/417f466748cf3b27634bfeab9d1ffc8c.png","http://i63.fastpic.ru/big/2014/0903/8c/417f466748cf3b27634bfeab9d1ffc8c.png"  // !ПОСЛЕДНИЙ элемент без запятой
    )
    var s0,s1,s2,s3,i; for (i=0; i < navlinks.length; i++){s0=navlinks[i+1];s1="onmouseover=\"this.src='"+navlinks[i+2]+"'\""; s2="onmouseout=\"this.src='"+s0+"'\"";s3='<img class="navlinks" src="'+s0+'" '+s1+' '+s2+' border="0" />';$("#"+navlinks[i]+" a").html("<span>"+s3+"</span>");i++;i++; }
    </script>

<script type="text/javascript"><!--Своя картинка в каждую категорию -->
    $(document).ready(function(){

    myarray=new Array(
  "Организация", "http://i67.fastpic.ru/big/2014/0903/73/009e2359ed729682bf1bec55e20da373.png",
    "Игровые моменты", "http://i68.fastpic.ru/big/2014/0903/94/2b64900af480d7245fd3df3642ce0a94.png",
    "Прием анкет", "http://i68.fastpic.ru/big/2014/0903/c2/0f495cc20ce2d5358cf90abea2ebf7c2.png",
"bonus.", "http://i68.fastpic.ru/big/2014/0903/d0/272a0c3c9df0e41b1bfb01b3cb909dd0.png",
"Страна Огня", "http://i68.fastpic.ru/big/2014/0903/86/e7f4238fd1b0425448b2d7cf8e1fb586.png",
"Страна Ветра", "http://i64.fastpic.ru/big/2014/0903/58/adc7c3c27aa5e57df127b95fbabf9758.png",
    "Страна Рисовых Полей", "http://i64.fastpic.ru/big/2014/0903/fb/5932cc9ce7532d82fc8fd15e129921fb.png",
"Страна Воды", "http://i64.fastpic.ru/big/2014/0903/d7/9428de20b3ef0d0000147f8b8f771fd7.png",
"Страна Земли", "http://i68.fastpic.ru/big/2014/0903/ee/10f4dcff3583b7122ae53e28c3f038ee.png",
"Страна Молний", "http://i64.fastpic.ru/big/2014/0903/25/9fa3ff9e355712c0052cbbe3279a2925.png",
"Деревня Скрытая в Дождях", "http://i64.fastpic.ru/big/2014/0903/b2/f7325a5ab2efb5cc38b5e109872151b2.png",
"Страна Железа", "http://i64.fastpic.ru/big/2014/0908/04/255b3104069a8701c0298ba261adfc04.png",
"Деревня Скрытая в Водопаде", "http://i64.fastpic.ru/big/2014/0903/2b/774b1e3c8d71a719ffa3ce128a3e342b.png",
"Организация Акацуки", "http://i67.fastpic.ru/big/2014/0903/1b/319ef6f136cfdab55d2c0090e9780f1b.png",
"Журнал", "http://i64.fastpic.ru/big/2014/0903/14/a3598ad7d3a1c15a99aa6f74c011c514.png",
"Общение", "http://i64.fastpic.ru/big/2014/0903/55/156179501c9606bef5ea392b01260055.png",
"Манга и аниме Naruto", "http://i64.fastpic.ru/big/2014/0903/e7/b333af3287561a3dee728072fe4009e7.png",
"Разное", "http://i64.fastpic.ru/big/2014/0903/42/1ff4a5feb633801bccb546773828e342.png",
"Отмечаем по-Нарутовски", "http://i64.fastpic.ru/big/2014/0903/24/5ee5b0cc4e0ac0181d66664d47d5e624.png",
"Бои вне игры", "http://i64.fastpic.ru/big/2014/0903/7b/157c93b4da5de242ccbc70afecf32a7b.png",
"Реклама", "http://i64.fastpic.ru/big/2014/0903/0c/01f569f0afcdccafa6be69436ebf9e0c.png",
"Архив", "http://i64.fastpic.ru/big/2014/0903/7a/4cc1f6f918cb5afe3cdea2a88706b97a.png",
"Статистика форума", "http://i64.fastpic.ru/big/2014/0903/10/b0b6b36c6a4038783207fecad6ae2910.png"//Последний элемент без запятой! 
    )
            $("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
    for(q=0;q<myarray.length;q++){

    var cssObj = {
      "height":"80px",
      "background-color": "transparent",
      "background-image":"url("+myarray[q+1]+")",
      "background-position":"50% 50%",
      "background-repeat":"no-repeat"       //Последний элемент без запятой!
    }

            if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
            q++}
        });
    });
    </script>
<!--скрипт пиар-входа-->
    <style>.Myimge {position:absolute;margin-top:0px;margin-left:5px;}</style>
<script type="text/javascript">
PiarNik="PR-Agent";
PiarPas="1234";

    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://i63.fastpic.ru/big/2014/0903/8c/417f466748cf3b27634bfeab9d1ffc8c.png\" onmouseover=\"this.src='http://i63.fastpic.ru/big/2014/0903/8c/417f466748cf3b27634bfeab9d1ffc8c.png' \" onmouseout=\"this.src='http://i63.fastpic.ru/big/2014/0903/8c/417f466748cf3b27634bfeab9d1ffc8c.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 align="center"><a href="#" onclick=" obj=this.parentNode.childNodes[2].style;
    tmp=(obj.display!='block') ? 'block' : 'none'; obj.display=tmp; return false;">
    <img src="http://i67.fastpic.ru/big/2014/0903/c5/cdd7d69e7a47c9eb4c3a0991f37255c5.png" /></a>
	<div style="display: none">

    <a href="http://fairytail.rolebb.ru/" target="_blank" title="Fairy Tail - Добро пожаловать в сказку!"><img src="https://forumupload.ru/uploads/000a/ec/d5/18815-2.jpg" width="88" height="31" border="1" alt="Fairy Tail" /></a>

<a href="http://thelword.rusff.ru/"><img src="http://savepic.net/747123.gif"alt="[The L Word]" width="88" height="31"/></a>

<a href="http://mpl.mybb.by/" target="_blank"><img src="http://uploads.ru/i/p/6/7/p67Im.gif" title="А ты осмелишься стать одним из нас?.." border="0" width="88" height="31"/></a>

<a href="http://narutowayoftheninja.rolka.su/" target="_blank"> <img src="http://savepic.su/2151402.gif" title="Naruto Way of the Ninja" /></a>

<a href='http://smpalace.rolka.su/'>
<img src="http://s1.uploads.ru/i/twFM0.gif"height=31 border=0 alt='Придворные интриги'/></a>

<a href='http://narutointernat.rolebb.ru/' target='_blank' title='Школа-интернат Наруто'><img src='http://s019.radikal.ru/i632/1206/91/3fb8f064fd7f.gif' border='0' width='88' height='31' alt='Школа-интернат Наруто'/></a>

<a href="http://dreamwinx.ru" title="Winx. DreamLand Illusion" target="_blank"><img src="http://s1.uploads.ru/i/P3jbE.png" border="0">

<a href="http://96kingdom.ru/" alt="96kingdom" title="96kingdom" target=_blank> <img src="https://forumstatic.ru/files/0012/66/88/36833.png" border="0" ></a>

</div>
<!--скрипт on/off-->
<script type="text/javascript">
var we=document.getElementsByTagName("ul")
var x=0
for (x=0; x<=(we.length-1); x++)
{if (we[x].innerHTML.indexOf("pa-online")!=-1)
{we[x].innerHTML=we[x].innerHTML.substring(0, (we[x].innerHTML.indexOf("pa-online")-11))+"<img src='http://i63.fastpic.ru/big/2014/0903/bf/fc181a1532cd34bb378dd0a6b28676bf.png' />"}
else if ((we[x].innerHTML.indexOf("pa-online")==-1)&&(we[x].innerHTML.indexOf("pa-author")!=-1))
{we[x].innerHTML=we[x].innerHTML+"<img src='http://i63.fastpic.ru/big/2014/0903/a5/42078f6d26ac39bcc90574aac8691fa5.png' />"}
}
</script>


<script type="text/javascript">
  $(document).ready(function(){
    $('.splLink').click(function(){
      $(this).parent().children('div.splCont').toggle('normal');
      return false;
    });
  });
</script>




<script>
$(document).ready(function(){
 
	// hide #back-top first
	$("#back-top").hide();
 
	// fade in #back-top
	$(function () {
$(window).scroll(function () {
	if ($(this).scrollTop() > 100) {
$('#back-top').fadeIn();
	} else {
$('#back-top').fadeOut();
	}
});
 
// scroll body to 0px on click
$('#back-top a').click(function () {
	$('body,html').animate({
scrollTop: 0
	}, 800);
	return false;
});
	});
 
});
</script>

<script type="text/javascript"> 
var arr=document.links
var arr1=new Array ("Senju Hane", "Wretched Freak", "Greed", "админ", "админ")
for (x in arr)
{for (y in arr1)
{if (arr[x].innerHTML==arr1[y])
{
arr[x].innerHTML="<font color='#950000'>"+arr[x].innerHTML+"</font>"}
}}
var arr=document.links
var arr1=new Array ("Uzumaki Hoshi", "Aoki", "Hisoka", "Uzumaki Naruto", "Izumichi Tatsuya")
for (x in arr)
{for (y in arr1)
{if (arr[x].innerHTML==arr1[y])
{
arr[x].innerHTML="<font color='#0b129e''>"+arr[x].innerHTML+"</font>"}
}}
var arr=document.links
var arr1=new Array ("PR-agent")
for (x in arr)
{for (y in arr1)
{if (arr[x].innerHTML==arr1[y])
{
arr[x].innerHTML="<font color='#70604e''>"+arr[x].innerHTML+"</font>"}
}}
var arr=document.links
var arr1=new Array ("1234", " ", "12345", "ГМ")
for (x in arr)
{for (y in arr1)
{if (arr[x].innerHTML==arr1[y])
{
arr[x].innerHTML="<font color='#660099'>"+arr[x].innerHTML+"</font>"}
}}
var arr=document.links
var arr1=new Array ("Saiso Ero", "Tokugawa Tora", "журналюга", "журналюга")
for (x in arr)
{for (y in arr1)
{if (arr[x].innerHTML==arr1[y])
{
arr[x].innerHTML="<font color='#6B8E23'>"+arr[x].innerHTML+"</font>"}
}}
for (x in arr)
{for (l in arr2)
{if (arr[x].innerHTML==arr2[l])
{
arr[x].innerHTML="<font color='black'>"+arr[x].innerHTML+"</font>"}}}
for (x in arr)
{for (k in arr3)
{if (arr[x].innerHTML==arr3[k])
{
arr[x].innerHTML="<font color='BlueViolet'>"+arr[x].innerHTML+"</font>"}}}
for (x in arr)
{for (z in arr4)
{if (arr[x].innerHTML==arr4[z])
{
arr[x].innerHTML="<font color='NavajoWhite'>"+arr[x].innerHTML+"</font>"}}}
</script> 

<script type="text/javascript">
var text="<center><font color=#9e0b0f> Администраторы </font> | <font color=#0b129e> Модераторы </font> | <font color=#70604e> Пиарщики </font> | <font color=#660099> Game Master's </font> | <font color=#6B8E23> Журналисты </font></center>"
pa=document.getElementById("pun-stats")
pa.style.position = "relative"
pa.innerHTML = "<div style=\"position:absolute; z-index:2; center: 10px; top: 100px; width: 100%;\">"+text+"</div>"+ pa.innerHTML
</script>
<!--скрипт кода-->
<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>

<style type="text/css">#pun-main .formsubmit input, #pun-main .formal textarea {
border: 1px solid  #827466;
}
</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('
' + y + '
');
        else 
            bbcode('
' + y + '
');
        }
        else 
        bbcode('
Показать спойлер
')
    }
    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("
, 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("
, 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("
) != -1 && internal == false) 
        str = addSpoiler(str, 0, false)
        return str;
    }
    function makeSpoiler(txt, open, close){
        txt = '<div class="quote-box" style="padding:1px;background: none; border: 0;"><cite style="width:100%;margin:0;"><a id="' + open + '" class="spoiler" style="width:100%;font-size:10px; margin:0;border:none;cursor:pointer;text-align:left;">'+close+'</a></cite><blockquote class="quote-box" style="display:none; width: 95%;border: 1px solid black;margin:0;">' + txt + '</blockquote></div>'
        return txt;
    }
    $(document).ready(function(){
        $("div.quote-box > cite > a.spoiler").click(function(){
        $(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow");
        var a = this.innerHTML;
        this.innerHTML= $(this).attr('id');
        $(this).attr('id', a);
        });
    });
    if ((document.URL.indexOf("viewtopic.php") != -1) 
')\" src=\"/i/blank.gif\" />"
    </script>



<!-- Система оповещения о личных сообщениях v.2-->
<script type="text/javascript"> 
if((document.getElementById("navpm").innerHTML.indexOf("(") != -1) && (document.URL.indexOf("messages.php") == -1)) {document.write('<div id="messanger" class="container" style="padding: 15px; text-align: right; background-color: #ebeaf0;"><span><img style="border: 2px solid #696969;" align="left" src="'+UserAvatar+'" width="60" height="60" alt="">Привет, <strong>'+UserLogin+'</strong><br>у Вас новое личное сообщение</span><br /><br /> <ul class="pisma"></ul><audio autoplay="autoplay"><source src="http://irpi.jr1.ru/ku-ku.ogg" type="audio/ogg; codecs=vorbis"><source src="http://promobil.kiev.ua/uploads/files/1188937250_icq.mp3" type="audio/mpeg"></audio><br /><span id="closer" ><strong>&nbsp;X&nbsp;</strong></span></div>');}
$.get('messages.php','',processMessage);
function processMessage(data){
$(data).find('tr.icon').each(function(){  
var QMess=$(this).find('div.tclcon a').text();var QLink=$(this).find('div.tclcon a').attr('href');var Qautor=$(this).find('td.tc2 a').text();
var QProf=$(this).find('td.tc2 a').attr('href');ProfilUser = /(.*?)\/profile\.php\?id=(\d+)/g;
RrofId=(QProf.replace(ProfilUser, '$2'));
$.get('profile.php?section=avatar&id='+RrofId,'',processGetImg);
function processGetImg(data){
$(data).find('td#profile-left li div, div.fs-box').map(function(){  
var ZAva=$(this).find('img').attr('src');
$('.pisma').append('<li><a onclick=\'window.open(href="'+QLink+'"); return false\'  class="mess" href="'+QLink+'">'+QMess+'</a> от <a onclick=\'window.open(href="'+QProf+'"); return false\'  class="mess" href="'+QProf+'">'+Qautor+'</a><img style="border: 1px solid #696969;margin: 3px 0 -2px 5px;" src="'+ZAva+'" width="24" height="24" alt=""></li>');
$('.mess').click(function(){
$('#messanger').toggle();}); 
 });} });}
$('#closer').click(function(){
$('#messanger').slideToggle('slow');});
</script>
<script>
$(document).ready(function() {$("#Nulll").load(document.URL+"#pun-navlinks #navindex");});
</script>
<!-- проверить скрипт- счетчик -->
<script type="text/javascript">
if ((document.URL.indexOf("viewtopic.php") != -1) || (document.URL.indexOf("post.php") != -1) || (document.URL.indexOf("edit.php") != -1)) {
var repl = document.getElementById("main-reply");
var submit = document.getElementsByTagName("p")
for (var i=0; i<submit.length; i++){
if (submit[i].className == "formsubmit")
submit[i].innerHTML = "<span id=\"plng\" style=\"border: 1px solid; padding: 2px 3px;\">Написано символов: <b>0</b></span>" + submit[i].innerHTML;
}
repl.onkeyup = repl.onkeydown = repl.onfocus = repl.onblur = function(){
document.getElementById("plng").innerHTML ="Написано символов: <b>" + (repl.value.length) + "</b>";
}}
</script>
   

<script type="text/javascript">



	$(".tab_content").hide(); 
	$("ul.tabs li:first").addClass("active").show();
	$(".tab_content:first").show();
	
	$("ul.tabs li").click(function() {
    $("ul.tabs li").removeClass("active");
    $(this).addClass("active");
    $(".tab_content").hide();
    var activeTab = $(this).find("a").attr("href");
    $(activeTab).fadeIn();
    return false;
	});



</script>

<div id="Nulll" style="display:none;"></div><script>
$(document).ready(function() {$("#Nulll").load(document.URL+"#pun-navlinks #navindex");});
</script>









<!--Audio player (special edition)v.3.0 /ump3player/ (Deff, Romych, kolobdur74)-->
<script language="javascript">
$('td#button-video').before('<td id="playbut" style=\'background-image:url("http://s5.uploads.ru/4QUIa.gif")\' title="Аудио плеер" onclick="tag_play()"></td>');
$(function(){
var stText = '<object type="application/x-shockwave-flash" data="https://forumstatic.ru/files/000e/14/cc/17370.swf" height="70" width="470"><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="movie" value="https://forumstatic.ru/files/000e/14/cc/17370.swf" /><param name="FlashVars" value="way='; var endTxt = '&amp;swf=https://forumstatic.ru/files/000e/14/cc/17370.swf&amp;w=470&amp;h=70&amp;time_seconds=0&amp;autoplay=0&amp;q=&amp;skin=https://forumstatic.ru/files/000e/14/cc/15455.swf&amp;volume=50&amp;comment=<font face=\'Comic Sans Ms\' size=\'12\' color=\'#000000\'><b>Плеер MP3</b></font>" /></object>'
  $('.post-content:contains("[audio]"):contains(".mp3")').each(function(){
      var html = $(this).html().replace(/\[audio\]([^\[]+)\[\/audio\]/ig,stText+'$1'+endTxt);
      $(this).html(html)
  });
});
$("div.post-content, li.pa-title").map(function () {
text = $(this).html();   
if(text.indexOf("pleer.com") != -1) {
player = /\[audio\](.*?)\/tracks\/(.*?)\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://embed.pleer.com/track?id=$2' type='application/x-shockwave-flash'  wmode='transparent' width='550' height='124'></embed>"));
} 
if(text.indexOf("zippyshare.com") != -1) {
player = /\[audio\]http:\/\/www(\d+)\.zippyshare\.com\/v\/(\d+)\/file\.html\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed type='application/x-shockwave-flash' src='http://api.zippyshare.com/api/mediaplayer/mediaplayer.swf' flashvars='height=20&amp;width=400&amp;file=http://www$1.zippyshare.com/downloadMusic%3Fkey%3D$2%26&amp;volume=80&amp;autostart=false&amp;frontcolor=0x000000&amp;backcolor=0xffffff&amp;lightcolor=0x000000&amp;type=flv' quality='high' menu='false' wmode='transparent' allowscriptaccess='always' height='20' width='400' name='mp3player' border='0' style='margin-bottom: 6px;'/>"));
}
if(text.indexOf("http://rghost.ru") != -1) {
player = /\[audio\](.*?)\/(\d+)\[\/audio\]/g
$(this).html(text.replace(player, "<br /><object height='20' width='455' type='application/x-shockwave-flash' data='http://rghost.ru/flash/mediaplayer.swf' id='preview_mp3' style='visibility: visible;'><param name='flashvars' value='file=http://rghost.ru/download/action/$2/mp3&amp;streamer=http://rghost.ru/download/action/$2/mp3'></object>"));
}
});
var popup, popupp, pop, popzz, poprg, popam, popfl;
function tag_play()
 {
pop = window.open("","popDialog","height=270,width=800,Scrollbars=1")
pop.document.open();
  
function content(){ /*==123==;
<html>
<head>
<title>Player</title></head>
<body bgcolor=#00FF00>
<font face=Arial><center><font size=+4>
<strong>
Выберите аудиохостинг:
</strong>
</br>
</font></center>
<center><font size=+3>
<strong>
<a href='http://www.zippyshare.com/?locale=ru'>
zippyshare.com
</a>
&nbsp;
&nbsp;
&nbsp;
<a href='http://rghost.ru'>rghost.ru</a>
&nbsp;
&nbsp;
&nbsp;
<a href='http://pleer.com'>prostopleer.com</a>
</font></center>
</br>
<font face=Arial><center><font size=+2>
<strong>
Хостинги с прямыми ссылками формата .mp3:
</strong>
</br>
</font></center>
<center><font size=+3>
<strong>
<a href='http://ato.su/musicbox/'>ato.su</a>
&nbsp;
&nbsp;
&nbsp;
<a href='http://my-files.ru/'>My-Files.RU</a></br>
</br>
</strong>
</font></center>
<center><font size=+2><strong><i>
Полученную ссылку на аудиофайл ставить между вв-тегами:
</br>
[audio]<font color=#FF0000>Здесь ваша ссылка</font>[/audio]</i></strong></font></center></font>
</body>
</html>
   ==123==;*/
} content = content.toString().split('==123==;')[1];
  pop.document.write(content);
  
  pop.document.close();
insert("[audio][/audio]");}
</script>

<!--Убрать двоеточие-->
<script type="text/javascript">
var fld = document.getElementsByTagName("li");
for(i in fld) {
if ((fld[i].className == "pa-fld1") || (fld[i].className == "pa-fld2") || (fld[i].className == "pa-fld3") || (fld[i].className == "pa-fld4") || (fld[i].className == "pa-fld5"))
fld[i].innerHTML = fld[i].innerHTML.substr(0,fld[i].innerHTML.indexOf(":")) + fld[i].innerHTML.substr(fld[i].innerHTML.indexOf(":")+1); 
}
</script>

Объявление:

Код:
<style> #pun-announcement h2 span{display:none;}</style>

    	<ul class="tabs">
    <li class="active">
        <a href="#tab1">  <img src="http://i66.fastpic.ru/big/2014/0903/7d/dffbd93860e8f018c62cc97eab07457d.png"> </a> </li>
    <li><a href="#tab2"> <img src="http://i66.fastpic.ru/big/2014/0903/23/39af8255770f0fadaeb1c2ce07231623.png"></a></li>
    <li><a href="#tab3"> <img src="http://i66.fastpic.ru/big/2014/0903/f9/f5d268646ece721da8cb1030317400f9.png"></a></li>
<li><a href="#tab4"> <img src="http://i66.fastpic.ru/big/2014/0903/51/03e5f2cb2ca4c7e9300cb62ddfc3fe51.png"></a></li>
<li><a href="#tab5"> <img src="http://i66.fastpic.ru/big/2014/0903/a5/b467c80fdc1076aa10ac9a0b71a070a5.png"></a></li>
</ul>

      <div class="tab_container1">

<div style="display: block;" id="tab1" class="tab_content">
<table background="http://i63.fastpic.ru/big/2014/0904/13/c682e738709c7b2f4a9611615a59a513.png" height="270" width="800" style="background-repeat: no-repeat">
    <tbody><tr>
    <td height="190" width="400"><center><div style="overflow-y: scroll; height: 160px; width: 290px">
<font size="2"><b>Для Гостей:</b></font>
<br>
<b>Д</b>орогие Гости! Мы рады приветствовать вас на нашем ролевом проекте "Naruto. Next Generation", основанном на одноименной Манге и Аниме. Рейтинг нашего форума <b>NC-18</b>. Будучи гостем, вы не сможете просматривать весь форум полностью, посему, настоятельно просим вас регистрироваться.
<br><br>
<font size="2"><b>Голосуем:</b></font>
<br>
<b>Н</b>е забываем по возможности кликать на банер указанный ниже. Администрация проекта будет вам очень благодарна.
<br>
<a href="http://top.roleplay.ru/11539" target="top_">
<img src="http://img.rpgtop.su/top8015_1.gif" alt="Рейтинг Ролевых Ресурсов" border="0" width="80" height="15"></a>
<br><br>
<font size="2"><b>Важные Объявления:</b></font>
<br>
<b>Д</b>орогие игроки! Наш форум преодолел тяжкие препятствия и прошел через серьезные изменения, но в данный момент администрация вновь взялась за него с новой, более сильной хваткой, и мы рады, что многие из вас остались вместе с нами. Многое изменилось на форуме, и я постараюсь вкратце вспомнить все. Одно из самых главных, это обновление дизайна и некоторых правил. Был введен новый сюжет, с которым вы можете ознакомиться, открыв вкладку "Карта Форума" и нажав "Сюжет". Со всеми остальными нововведениями вы можете ознакомиться в разделе "Объявления Администрации".


</div></center></td>
<td width="50"></td>
    <td valign="middle" width="290"><center>
<b>Н</b>аконец <b>июнь</b> занял свое законное место, позволяя яркому солнышку щекотать ваши щечки и готовя к купальному сезону! Совсем скоро все будет цвести и пахнуть, тучки расплылись по небу, спрятались и пока что не высовываются. Ветер дует со скоростью 4-5 метров в секунду. Температура на улице варьирует от 16 до 23 градусов по Цельсию. В Суне жарит словно в парнике, а в стране Дождя по-прежнему порой идут дожди.
    </center></td>
<td width="50"></td>
    </tr>
<tr>
    <td height="80" width="400"><center>
 <!-- http://bleachzknr.mybb.ru/ ZKNR rotation -->  
 <div style="WIDTH: 88px; height:41px"><center><script type="text/javascript" src="http://bleachzknrrot.ucoz.ru/rtr/1"></script><a href="http://bleachzknr.mybb.ru/" target="_blank"><img src="https://forumupload.ru/uploads/000e/34/19/105-1.png" border="0" alt="–отаци€ баннеров"></a></center></div>  <br> <!-- http://bleachzknr.mybb.ru/ ZKNR rotation -->
</center>
</td>

<td wight="50"></td>
    <td wight="290">
	<center>
 <!-- http://bleachzknr.mybb.ru/ ZKNR rotation -->  
 <div style="WIDTH: 88px; height:41px"><center>
 <script type="text/javascript" src="http://bleachzknrrot.ucoz.ru/rtr/1"></script>
 <a href="http://bleachzknr.mybb.ru/" target="_blank"><img src="https://forumupload.ru/uploads/000e/34/19/105-1.png" border="0" alt="–отаци€ баннеров"></a>
 </center> </div>  
 <br> <!-- http://bleachzknr.mybb.ru/ ZKNR rotation -->
</center></td>
<td></td>
    </tr>
    </tbody></table>
	<!-- неизвестная ссыль </a> -->
</div>

<div style="display: none;" id="tab2" class="tab_content">
<center><img src="http://s5.uploads.ru/Edxz9.png" usemap="#Map">
<map name="Map">
<area shape="rect" coords="47,151,116,277" href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=124">
<area shape="rect" coords="120,151,186,277" href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=9496">
<area shape="rect" coords="190,151,255,277" href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=414#p12052">
<area shape="rect" coords="259,154,330,277" href="http://katinanarutorolka.0pk.ru/viewforum.php?id=145">
<area shape="rect" coords="330,155,395,277" href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=6">
<area shape="rect" coords="408,151,464,277" href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=5350">
<area shape="rect" coords="476,151,535,277" href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=7156">
<area shape="rect" coords="542,151,605,277" href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=5634">
<area shape="rect" coords="619,151,685,277" href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=5648">
<area shape="rect" coords="690,151,754,277" href="http://katinanarutorolka.ru/viewtopic.php?id=10407"></map>
</center></div>

<div style="display: none;" id="tab3" class="tab_content">
    <table background="http://i68.fastpic.ru/big/2014/0904/44/910a0f272cdb7b42900100e54bdb8044.png" height="270" width="800">
    <tbody><tr>
<td height="160" width="400"><center>
<div style="overflow-y: scroll; height: 90px; width: 330px">

<a href="http://bleach-z.ru/" target="_blank"> <img src="http://s1.uploads.ru/i/A0sq5.png" title="Bleach: zero kara no rekishi"></a>

 <a href="http://tlkthebeginning.ru/" target="blank"><img src="http://s6.uploads.ru/abVjq.gif" alt="Король Лев. Начало"></a>

<a href="http://elf-lied.ru/" target="_blank"><img src="http://s1.uploads.ru/Hofxv.gif" title="Elfen Lied - ролевой форум"></a>

<a href="http://namvnebo.ru/" title="Современная Греция. Афины. Люди, способные управлять силой Богов. Найдешь себя в этом мире, смертный?..." target="blank"><img src="http://savepic.su/2099127m.gif"></a>

<a href="http://alternativereality.mybb.ru/" title="Ролевая игра по миру Аниты Блейк. Вампиры, оборотни и прочие существа в наши дни." target="_blank"><img src="https://forumstatic.ru/files/000d/56/27/53267.gif"></a>

<a href="http://masseffectfromashes.rolka.su/"><img border="0" src="http://s3.uploads.ru/P2AQp.gif" title="Mass Effect: From Ashes"></a>

<a href=""><img border="0" src="http://s6.uploads.ru/adosL.jpg" title=""></a>

<a href=""><img border="0" src="http://s6.uploads.ru/adosL.jpg" title=""></a>

<a href=""><img border="0" src="http://s6.uploads.ru/adosL.jpg" title=""></a>

</div></center></td>

<td height="160" width="400">
<center>
<div style="overflow-y: scroll; height: 90px; width: 330px">

<a href="http://top.roleplay.ru/11539" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="top_">
<img src="http://img.rpgtop.su/88x31x11x8.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="88" height="31"></a>

<a href="http://forum-top.ru/vote/369" title="Поддержать форум на Forum-top.ru" target="blank"><img src="http://forum-top.ru/uploads/buttons/forum-top_88x31_3.gif" alt="Поддержать форум на Forum-top.ru"></a>

<a href="http://toponline.msk.ru/"><img src="http://toponline.msk.ru/button.php?u=katinanrutorolka" alt="TopOnline - Рейтинг ролевых игр" border="0"></a>

<!--LiveInternet counter-->
<script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click' "+
"target='_blank'><img src='//counter.yadro.ru/hit?t53.6;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров и"+
" посетителей за 24 часа' "+
"border='0' width='88' height='31'><\/a>")
//--></script><a href="http://www.liveinternet.ru/click" target="_blank"><img src="//counter.yadro.ru/hit?t53.6;r;s1366*768*24;uhttp%3A//katinanarutorolka.0pk.ru/;0.4207127448171377" alt="" title="LiveInternet: показано число просмотров и посетителей за 24 часа" border="0" width="88" height="31"></a>
<!--/LiveInternet-->
<a title="Каталог фэнтези сайтов Палантир" href="http://palantir.in/?from=10777" target="_blank">	
<script type="text/javascript">
Md=document;Mnv=navigator;
Mrn=Math.random();Mn=(Mnv.appName.substring(0,2)=="Mi")?0:1;Mp=0;Mz="p="+Mp+"&";
Ms=screen;Mz+="wh="+Ms.width+'x'+Ms.height;My="<img src='http://palantir.in/count.php?id=10777&cid=1_5.gif";My+="&cntc=none&rand="+Mrn+"&"+Mz+"&referer="+escape(Md.referrer)+'&pg='+escape(window.location.href);My+="'  alt='Palantir' title='Каталог фэнтези сайтов Палантир' border='0' width='88px' height='31px'>";Md.write(My);</script><img src="http://palantir.in/count.php?id=10777&amp;cid=1_5.gif&amp;cntc=none&amp;rand=0.6291807049419731&amp;p=0&amp;wh=1366x768&amp;referer=&amp;pg=http%3A//katinanarutorolka.0pk.ru/" alt="Palantir" title="Каталог фэнтези сайтов Палантир" border="0" width="88px" height="31px">
<noscript>&lt;img src="http://palantir.in/count.php?id=10777&amp;cid=1_5.gif" alt='Palantir' title="Каталог фэнтези сайтов Палантир" border=0 width="88px" height="31px"&gt;
</noscript>
</a>
</div>
</center>
</td>

<!-- неизвестная ссыль </a> -->
</tr>
<tr>
<td height="100" width="400">
<center>
<a target="_blank" href="http://katinanarutorolka.0pk.ru/"><img src="https://forumstatic.ru/files/0002/12/e4/83851.gif"></a>
</center>
</td>
<td valign="top"><center>
 <br><a href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=7346"><img src="http://uploads.ru/i/6/r/J/6rJMc.png"></a> <a href="http://katinanarutorolka.0pk.ru/viewforum.php?id=139"><img src="http://uploads.ru/i/n/z/1/nz1dG.png"></a>

<br><a href="http://katinanarutorolka.0pk.ru/viewforum.php?id=155"><img src="http://uploads.ru/i/G/u/5/Gu5Fy.png"></a>  <a href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=5551" target="_blank"><img src="http://uploads.ru/i/1/S/4/1S4mG.png"></a>
</center></td>
</tr>
  
    </tbody></table>
</div>

<div style="display: none;" id="tab4" class="tab_content">
<table background="http://i68.fastpic.ru/big/2014/0904/05/af6f182ed10f4335d0a9d30d44780d05.png" width="800" height="277">
<tbody><tr>
<td height="270" width="530">
<center>
<div style="overflow-y: scroll; height: 180px; width: 300px">
<b>Н</b>а данный момент практически все селения пытаются вернуть свою былую мощь, наладить некогда разлаженные отношения друг с другом и определить кто из молодого поколения шиноби лучше всего подходит на пост Каге. Продолжается охота на вырвавшихся хвостатых демонов, а так же поиски сокровищ Рикудо. Шиноби из многих стран, не сотрудничающих друг с другом, начали натыкаться на заброшенные древние монастыри и прочие строения. Молодые ниндзя изучают эти места и пытаются разгадать их загадки, многие из них приходят к мысли, что легенды могут оказаться и не таким вымыслом как это кажется на первый взгляд. 
А пока мир пытается реабилитироваться появляется таинственная организация. Непонятно кто они и откуда, ясно только одно- у мира появился новый враг, который пойдет на все ради достижения своих целей.
</div>
</center>
</td>
<td height="277" width="220">
<center>
<a href="">Акция #1. "Не-каноны
в хорошие руки" </a> <br>
[на данный момент акция на реконструкции]
<br><br>
<a href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=8719">Акция #4 "Нужные каноны"</a><br>
[Действует до 20.11.2015]
<br><br>
<a href="http://katinanarutorolka.0pk.ru/viewtopic.php?id=8767">Акция #5. "Генины и Чунины"</a><br>
[Действует до 20.11.2015]
<br><br>
<a href="http://katinanarutorolka.ru/viewtopic.php?id=11632">Акция #8 "The Family Trees"</a><br>
[Действует до 20.11.2015]
<br><br>

</center>
</td>
<td></td>
</tr>
</tbody></table>
</div>

<div style="display: none;" id="tab5" class="tab_content">
        <table background="http://i68.fastpic.ru/big/2014/1115/27/8bac54b581e41a0d3905d55384534827.png" width="800" height="277">        <tbody><tr>
    <td width="295" height="277" rowspan="2">
    <center>
       <a href="http://katinanarutorolka.ru/profile.php?id=2281"><img src="http://s50.radikal.ru/i130/1410/8f/6230adac5f07.png" onmouseout="this.src='http://s50.radikal.ru/i130/1410/8f/6230adac5f07.png'" onmouseover="this.src='http://s017.radikal.ru/i413/1410/55/b40156b1bde4.png'" title="Wretched Freak"></a>

    <a href="http://katinanarutorolka.ru/profile.php?id=3189"><img src="http://s57.radikal.ru/i155/1410/68/4b64e6fbd9ee.png" onmouseout="this.src='http://s57.radikal.ru/i155/1410/68/4b64e6fbd9ee.png'" onmouseover="this.src='http://i003.radikal.ru/1410/74/6ecf595c1e21.png'" title="Greed"></a>


	
    </center>
    </td>
    <td width="505" height="115" valign="bottom">
    <center>
    <div style="overflow-y: scroll; height: 100px; width: 410px">
    <b>Н</b>аш ролевой форум основан 26 Октября 2007 года, девушкой по имени Катя, под никнеймом Каори. К огромному сожалению, она покинула форум, но возложила ответственность администрирования на своих верных друзей, которые успешно справляются со своими обязанностями. Разумеется, у нас случались мелкие неурядицы и проблемы, но каждый раз мы собирались с новыми силами и восстанавливали проект. Модераторский состав неоднократно менялся, но администрация верна проекту и игрокам по сей день, стараясь для их удобства и интереса ежедневно. Сегодня 26 августа 2014 года, и это означает, что нашему Проекту уже почти 7 лет!
    </div>
    </center>
    </td>
    </tr>
    
        <tr>
    <td height="130" valign="middle">
    <center>


<a href="http://katinanarutorolka.ru/profile.php?id=4643"><img src="http://sa.uploads.ru/GONsy.png" onmouseout="this.src='http://sa.uploads.ru/GONsy.png'" onmouseover="this.src='http://sa.uploads.ru/qecIv.png'" title="Uzumaki Hoshi"></a>

<a href="http://katinanarutorolka.ru/profile.php?id=3437"><img src="http://s017.radikal.ru/i424/1410/fb/c1ca06bcc3c0.png" onmouseout="this.src='http://s017.radikal.ru/i424/1410/fb/c1ca06bcc3c0.png'" onmouseover="this.src='http://s017.radikal.ru/i443/1410/ff/0703b438e46d.png'" title="Aoki"></a>

<a href="http://katinanarutorolka.ru/profile.php?id=3808"><img src="http://i079.radikal.ru/1410/e0/97c757030123.png" onmouseout="this.src='http://i079.radikal.ru/1410/e0/97c757030123.png'" onmouseover="this.src='http://s61.radikal.ru/i174/1410/d1/91019f8714ec.png'" title="Hisoka"></a>

<a href="http://katinanarutorolka.ru/profile.php?id=4261"><img src="http://sa.uploads.ru/Eoefm.png" onmouseout="this.src='http://sa.uploads.ru/Eoefm.png'" onmouseover="this.src='http://sa.uploads.ru/zvlgj.png'" title="Uzumaki Naruto"></a>

<a href="http://katinanarutorolka.ru/viewtopic.php?id=8365&amp;p=5#p969691"><img src="http://s008.radikal.ru/i304/1410/e8/0ce1a0f0ed17.png" onmouseout="http://s008.radikal.ru/i304/1410/e8/0ce1a0f0ed17.png'" onmouseover="http://s008.radikal.ru/i304/1410/e8/0ce1a0f0ed17.png'" title=""></a>

   

<a href="http://katinanarutorolka.ru/viewtopic.php?id=8365&amp;p=5#p969691"><img src="http://s008.radikal.ru/i304/1410/e8/0ce1a0f0ed17.png" onmouseout="http://s008.radikal.ru/i304/1410/e8/0ce1a0f0ed17.png'" onmouseover="http://s008.radikal.ru/i304/1410/e8/0ce1a0f0ed17.png'" title=""></a>
</center></td><td></td></tr></tbody></table> </div></div>

0

438

Fover написал(а):

Я вправе выражать свои мысли, не так ли?

а по-моему, тема эта не для того создана, чтобы мысли выражать, а для того, чтобы помогать с кодами

Fover написал(а):

Пользователю лучше обратить сюда на ЕТП за бесплатной помощью ежели обращаться к недомастеру.

Да что вы говорите, как интересно. Можно подумать, у вас тут бесплатно верстают дизайны. Мой дизайн готов, я попросила помощи в одной неполадке, которую многие бы даже неполадкой не посчитали (видела миллион форумов, которые с этим же багом чудесно живут).
И беру я деньги по большому счету за графику, за потраченное время и силы, и лишь малую часть за последующее ее соединение, с чем я неплохо справляюсь, как видно, потому что жалоб на меня никогда не поступало. А на поддержку обращаюсь лишь за тем, чтобы избавить дизайн от неполадок, которые неизменно возникают при любой верстке.
Не вам меня судить, раз не занимаетесь той же работой, что и я.
Не вижу смысла в дальнейшей нашей беседе. Всего хорошего.

0

439

Нэнси Малина написал(а):

Не вам меня судить, раз не занимаетесь той же работой, что и я.

В реале я работал в студии (и буду работать после того, как все закончится), не мне Вас судить?

0

440

Нэнси Малина написал(а):
Нэнси Малина написал(а):

опять туплю с шапкой на весь экран ._.
вроде бы картинки поставила и боди с хтмл разделила, но если потянуть вправо, зажав колесико мышки, то дизайн съедет даже на широкоформатном мониторе, не говоря уже о маленьких
помогите разобраться, пожалуйста! http://testnikhroum777.rusff.ru/

помогите, пожалуйста, вопрос жизни и смерти буквально((

Фон полотна форума(размножаеиый по Y) нун ставить на #pun, дабы не съезжал при малой ширине моника

0


Вы здесь » Единый форум поддержки » Архив » Общие вопросы по оформлению (54)