В домашнем баре семейства Бреди помимо крепкого алкоголя можно было отыскать несколько бутылок вина, стоимость которых...
Интересно, есть кто-то ещё с подобным внутренним устройством или я один такой?© Айрон
Рейтинг форумов Forum-top.ru

пробник

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

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


Вы здесь » пробник » Новый форум » форум


форум

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

1

0

2

Код:
<!--HTML-->

<center>
<div class="topbody">
<div class="topicbox">
<div class="topictitle">



Хочу к вам

</div>
<br>
<br>
<br>
<br>

<center>дорогу к терминалу не подскажете?</center>
<br>
Лишние слова ни к чему, всем и так все понятно. Пишем о своем будущем персонаже, предлагаем желаемые сюжеты, оформляем как душе угодно, украшаем картиночками, добавляем перчика и отправляем сюда, ждем, когда кто-то откликнется. Блюдо готово! <br>





</div>
<br><br><br><br>
</div></center>

0

3

#navindex a {
  background: url(http://forumstatic.ru/files/0011/e9/99/28513.png) no-repeat top center;
  display: inline-block;
  position: absolute;

height: 62px;
width: 110px;
top: 0px;
left: 0px;
font-size: 0px!important;
}
#navuserlist a {
  background: url(http://forumstatic.ru/files/0011/e9/99/93837.png) no-repeat top center;
  display: inline-block;
  position: absolute;
  z-index: 1000;
height: 39px;
width: 96px;
top: 23px;
left: 109px;
font-size: 0px!important;
}
#navsearch a {
  background: url(http://forumstatic.ru/files/0011/e9/99/30110.png) no-repeat top center;
  display: inline-block;
  position: absolute;

height: 39px;
width: 99px;
top: 23px;
left: 205px;
font-size: 0px!important;
}
#navprofile a {
  background: url(http://forumstatic.ru/files/0011/e9/99/18514.png) no-repeat top center;
  display: inline-block;
  position: absolute;

height: 39px;
width: 98px;
top: 23px;
left: 305px;
font-size: 0px!important;
}
#navpm a {
  background: url(http://forumstatic.ru/files/0011/e9/99/84263.png) no-repeat top center;
  display: inline-block;
  position: absolute;
height: 39px;
width: 72px;
top: 23px;
left: 404px;
font-size: 0px!important;

}
#navadmin  a {
  background: url(http://forumstatic.ru/files/0011/e9/99/51076.png) no-repeat top center;
  display: inline-block;
  position: absolute;
height: 39px;
width: 98px;
top: 23px;
font-size: 0px!important;
left: 553px;
}
#navlogout   a {
  background: url(http://forumstatic.ru/files/0011/e9/99/74715.png) no-repeat top center;
  display: inline-block;
  position: absolute;

height: 39px;
width: 78px;
top: 23px;
left: 475px;
font-size: 0px!important;
}

#navlogin  a {
  background: url(http://forumstatic.ru/files/0011/e9/99/58640.png) no-repeat top center;
  display: inline-block;
  position: absolute;

height: 39px;
width: 99px;
top: 23px;
left: 390px;
font-size: 0px!important;
}
#navregister a {
  background: url(http://forumstatic.ru/files/0011/e9/99/92669.png) no-repeat top center;
  display: inline-block;
  position: absolute;

height: 39px;
width: 99px;
top: 23px;
left: 300px;
font-size: 0px!important;
}

0

4

<script>
<!--
indexof="<img src='http://funkyimg.com/i/2kZ69.png' />"
str = document.getElementById("navindex").innerHTML
pos = str.indexOf("Форум")
document.getElementById("navindex").innerHTML=str.substring(0,pos)+indexof+str.substring(pos+5,str.length-1)
--></script>
<script>
<!--
userof="<img src='http://funkyimg.com/i/2kZ6a.png' />"
str = document.getElementById("navuserlist").innerHTML
if( (pos=str.indexOf("Участники")) != -1 )
document.getElementById("navuserlist").innerHTML=str.substring(0,pos)+userof+str.substring(pos+9,str.length-1)
--></script>
<script>
<!--
findof="<img src='http://funkyimg.com/i/2kZ66.png' />"
str = document.getElementById("navsearch").innerHTML
pos = str.indexOf("Поиск")
document.getElementById("navsearch").innerHTML=str.substring(0,pos)+findof+str.substring(pos+5,str.length-1)
--></script>

<script>
<!--
faseof="<img src='http://funkyimg.com/i/2kZ67.png' />"
str = document.getElementById("navprofile").innerHTML
pos = str.indexOf("Профиль")
document.getElementById
("navprofile").innerHTML=str.substring(0,pos)+faseof
+str.substring(pos+14,str.length-1)
-->
</script>
<script>
<!--
pismaof="<img src='http://funkyimg.com/i/2kZ65.png' />"
str = document.getElementById("navpm").innerHTML
pos = str.indexOf("Сообщения")
document.getElementById("navpm").innerHTML=str.substring
(0,pos)+pismaof+str.substring(pos+9,str.length-1)
-->
</script>
<script>
<!--
godof="<img src='http://funkyimg.com/i/2kZ62.png' />"
str = document.getElementById("navadmin").innerHTML
pos = str.indexOf("Администрирование")
document.getElementById("navadmin").innerHTML=str.substring
(0,pos)+godof+str.substring(pos+17,str.length-1)
-->
</script>
<script>
<!--
valiof="<img src='http://funkyimg.com/i/2kZ63.png' />"
str = document.getElementById("navlogout").innerHTML
pos = str.indexOf("Выход")
document.getElementById("navlogout").innerHTML=str.substring
(0,pos)+valiof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
vxodiof="<img src='http://funkyimg.com/i/2kZ64.png' />"
str = document.getElementById("navlogin").innerHTML
pos = str.indexOf("Войти")
document.getElementById("navlogin").innerHTML=str.substring
(0,pos)+vxodiof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
regof="<img src='http://funkyimg.com/i/2kZ68.png' />"
str = document.getElementById("navregister").innerHTML
pos = str.indexOf("Регистрация")
document.getElementById
("navregister").innerHTML=str.substring(0,pos)+regof
+str.substring(pos+18,str.length-1)
-->
</script>

0

5

<!--Баннеры партнеров-->
<div style="width:660px; height:31px; margin-right: 0px; margin-left: 119px; position: absolute; overflow: auto; margin-top: -84px; ">
<center>баннеры
</center></div>

0

6

/* CS5.1 Статус картинки со статистикой 24*/
#pun-stats ul.container {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("http://funkyimg.com/i/2qLas.png");
background-origin: padding-box;
background-position: 10px 12px;
background-repeat: no-repeat;
background-size: auto;
padding-left: 70px;
padding-top: 10px;}

0

7

<img src="https://i.imgur.com/btanEnd.png"><div class="plash99"><a href=#tid=ХХ></a><img src="http://funkyimg.com/i/2NLfU.png" onclick="iconRedir(this);"></div>

<div class="lovelz2"><div class="lovelz1"><a href="ссылка на анкету"><b>Ред Элфорд, 34</b></a></div><div class="lovelz3">работает в пожарной части, лейтенантом спасателей. воспитывает пиздюка кота</div></div><img src="https://i.imgur.com/AZojoPQ.png">

<a href="ссылка на л.страницу"><img src="https://i.imgur.com/Rofu4bJ.png"></a>

иконка -1
посты - 2
деньги - 3
плашка, лз - 4
уровень - 5

0

8

<A HREF="ССЫЛКА НА Л.СТРАНИЦУ"><IMG SRC="https://i.imgur.com/Rofu4bJ.png"></A>

<div style="height: 62px; width: 10% !important; background: url(https://forumstatic.ru/files/0013/d5/2b/78242.png), no-repeat, bottom;" title="Личный рейтинг - 10%"></div>

<img src="https://i.imgur.com/WxqZY2p.png"><div class="lz"><div class="lz1"><a href="ссылка на анкету"><b>Декстер Лаундер, 42</b></a></div><div class="lz2">бизнесмен с двумя странными детьми и помешанный на поиске пропавшего друга. воспитывает пиздюка кота</div></div>

<div class="lz3">посты:<br>50</div>

#profile-right li#pa-register-date {display: none!important;}
#profile-right li#pa-time-visit {display: none!important;}
#profile-right li#pa-fld2 {display: none!important;}
#profile-right li#pa-fld3 {display: none!important;}
#profile-right li#pa-fld4 {display: none!important;}
#profile-right li#pa-email {display: none!important;}
#profile-right li#pa-posts {display: none!important;}
#profile-right li#pa-last-post {display: none!important;}
#profile-right li#pa-last-visit {display: none!important;}

0

9

2

0

10

4

0

11

<A HREF=#TID=8></A><IMG SRC="HTTP://FUNKYIMG.COM/I/2NLFU.PNG" ONCLICK="ICONREDIR(THIS);"><DIV CLASS="LZ"><DIV CLASS="LZ1"><A HREF="ССЫЛКА НА АНКЕТУ"><B>ДЕКСТЕР ЛАУНДЕР, 42</B></A></DIV><DIV CLASS="LZ2">БИЗНЕСМЕН С ДВУМЯ СТРАННЫМИ ДЕТЬМИ И ПОМЕШАННЫЙ НА ПОИСКЕ ПРОПАВШЕГО ДРУГА. ВОСПИТЫВАЕТ ПИЗДЮКА КОТА</DIV></DIV>

0

12

<div class="plash99"><a href=#tid=8></a><img src="http://funkyimg.com/i/2NLfU.png" onclick="iconRedir(this);"></div>

<a href=#tid=8></a><img src="https://forumstatic.ru/files/0013/d5/2b/23134.png" onclick=«iconredir(this);"><div class="lz"><div class="lz1"><a href="ссылка на анкету"><b>декстер лаундер, 42</b></a></div><div class="lz2">бизнесмен с двумя странными детьми и помешанный на поиске пропавшего друга. воспитывает пиздюка кота</div></div>

<a href="ссылка на страницу"><img src="https://forumstatic.ru/files/0013/d5/2b/23134.png"></a><div class="lz"><div class="lz1"><a href="ссылка на анкету"><b>декстер лаундер, 42</b></a></div><div class="lz2">бизнесмен с двумя странными детьми и помешанный на поиске пропавшего друга. воспитывает пиздюка кота</div></div>

<a href=#tid=8></a><img src="https://i.imgur.com/Rofu4bJ.png" onclick="iconRedir(this);">

0


Вы здесь » пробник » Новый форум » форум


Рейтинг форумов | Создать форум бесплатно