WizardsWorld

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

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


Вы здесь » WizardsWorld » Архив » ой бля


ой бля

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

1

________________

0

2

<style>
#pun #pun-index #pun-main .category .container table .hasicon .alt1 .tcl,
#pun #pun-index #pun-main .category .container table .hasicon .alt2 .tcl,
#pun #pun-index #pun-main .category .container table .hasicon .alt1 .tc2,
#pun #pun-index #pun-main .category .container table .hasicon .alt2 .tc2,
#pun #pun-index #pun-main .category .container table .hasicon .alt1 .tc3,
#pun #pun-index #pun-main .category .container table .hasicon .alt2 .tc3,
#pun #pun-index #pun-main .category .container table .hasicon .alt1 .tcr,
#pun #pun-index #pun-main .category .container table .hasicon .alt2 .tcr  {background-image: url(цвет таблицы)}
</style>

<style type="text/css">
#pun-navlinks .container {
text-align: center;
}
</style>

<style type="text/css">
#pun-status .container { text-align: center;
}
</style>

<style type="text/css">
#pun-crumbs1 .container { text-align: center;
}
</style>

<style type="text/css">
#pun-title table {background-image : url(http://s005.radikal.ru/i212/1001/39/c21c6e9f71f2.png);
height : 400px;
}
</style>

<style> #pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 0; left: 137px; top: 0px}</style>

<style type="text/css">
#pun-title .title-logo {display: none;;
}
</style>

0

3

<style type="text/css">
HTML , BODY {
background-image : url(http://s54.radikal.ru/i144/1001/00/51e731a08723.gif);
}
</style>

<style>

<Style Type="Text/CSS">
<!--
.Congrats {
font-family: Impact;
font-size: 26px;
font-weight: normal;
}
.You {
font-family: Impact;
font-size: 26px;
font-weight: normal;
color: #FFFFFF;
}
.Close {
font-family: Impact;
font-size: 18px;
font-weight: normal;
}
A:Link {color:#FFE466;text-decoration: none;}
A:Visited {color:#FFE466;text-decoration: none;}
A:Active {color:#FFE466;text-decoration: none;}
A:Hover {color:#FFFFFF;text-decoration: underline;}
-->
</Style>
<SCRIPT language=javascript>
<!--//
function right(e) {
  if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
  else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
    alert("Function disabled!");
    return false;}
  return true;}
//-->
</SCRIPT>
<Script Language="JavaScript1.2">
<!--
grphcs=new Array(5)

Image0=new Image();
Image0.src=grphcs[0]="http://img395.imageshack.us/img395/2329/0043ot.gif"
Image1=new Image();
Image1.src=grphcs[1]="http://img395.imageshack.us/img395/2329/0043ot.gif"
Image2=new Image();
Image2.src=grphcs[2]="http://img395.imageshack.us/img395/2329/0043ot.gif"
Image3=new Image();
Image3.src=grphcs[3]="http://img395.imageshack.us/img395/2329/0043ot.gif"
Image4=new Image();
Image4.src=grphcs[4]="http://img395.imageshack.us/img395/2329/0043ot.gif"

Amount=20;
Ypos=new Array();
Xpos=new Array();
Zpos=new Array();
//SpeedX=new Array();
//SpeedY=new Array();
ScrXpos=new Array();
ScrYpos=new Array();
Speed=new Array();
Size=new Array();
Step=new Array();
ns=(document.layers)?1:0;
ie=document.all&&navigator.userAgent.indexOf("Opera")==-1

if (ns){
for (i = 0; i < Amount; i++){
var P=Math.floor(Math.random()*grphcs.length);
rndPic=grphcs[P];
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+rndPic+"></LAYER>");
} //end for
} //end if
else if (ie){ //IE
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si'+i+'" src="'+grphcs[Math.round((i+1)*(grphcs.length-1)/Amount)]+'"style="position:absolute;top:0px;left:0px">');
}
document.write('</div></div>');
}

if (ie||ns){
WinHeight=(ns)?window.innerHeight-20:window.document.body.clientHeight;
WinWidth=(ns)?window.innerWidth-70:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
  Speed[i]=(i+1)*6/Amount+4; //speed range from 4 to 10
  Xpos[i] = (Math.random()*WinWidth-WinWidth/2)*(Amount-i/3)/Amount;
  Ypos[i] = (Math.random()*WinHeight-WinHeight/2)*(Amount-i/3)/Amount;
  Zpos[i] = Math.random()*900*(Amount-i/3)/Amount+100;
}
}

function fly(){
var WinHeight=(ns)?window.innerHeight-20:window.document.body.clientHeight;
var WinWidth=(ns)?window.innerWidth-70:window.document.body.clientWidth;
var hscrll=(ns)?window.pageYOffset:document.body.scrollTop;

for (i=0; i < Amount; i++){
Zpos[i]-=Speed[i];
if (ScrXpos[i]>WinWidth || ScrXpos[i]<0 || ScrYpos[i]>WinHeight || ScrYpos[i]<0 || Zpos[i]<=0) {
  Speed[i]=(i+1)*6/Amount+4; //speed range from 4 to 10
  Xpos[i] = (Math.random()*WinWidth-WinWidth/2)*(Amount-i/3)/Amount;
  Ypos[i] = (Math.random()*WinHeight-WinHeight/2)*(Amount-i/3)/Amount;
  Zpos[i] = Math.random()*900*(Amount-i/3)/Amount+100;
}
ScrXpos[i]=Xpos[i]/Zpos[i]*100 + WinWidth/2;
ScrYpos[i]=Ypos[i]/Zpos[i]*100 + WinHeight/2;

if (ns){
  document.layers['sn'+i].left=ScrXpos[i];
  document.layers['sn'+i].top=ScrYpos[i]+hscrll;
}
else{ //IE
  eval("document.all.si"+i).style.left=ScrXpos[i];
  eval("document.all.si"+i).style.top=ScrYpos[i]+hscrll;
}
} //end for
setTimeout('fly()',20);
} //end fly

if (ie||ns)
window.onload=fly
//-->
</Script>

<script type="text/javascript">
        var arr=document.links
        var arr1=new Array ("")
        var arr2=new Array ("")
        var arr3=new Array ("Sai")
        var arr4=new Array ("")
        var arr5=new Array ("")
        var arr6=new Array ("")
        var arr7=new Array ("")
        var arr8=new Array ("")
        for (x in arr)
        {for (y in arr1)
        {if (arr[x].innerHTML==arr1[y])
        {
        arr[x].innerHTML="<font color='purple'>"+arr[x].innerHTML+"</font>"}
        }}
        for (x in arr)
        {for (j in arr2)
        {if (arr[x].innerHTML==arr2[j])
        {
        arr[x].innerHTML="<font color='teal'>"+arr[x].innerHTML+"</font>"}}}
        for (x in arr)
        {for (l in arr3)
        {if (arr[x].innerHTML==arr3[l])
        {
        arr[x].innerHTML="<font color='gray'>"+arr[x].innerHTML+"</font>"}}}
        for (x in arr)
        {for (j in arr4)
        {if (arr[x].innerHTML==arr4[j])
        {
        arr[x].innerHTML="<font color='aqua'>"+arr[x].innerHTML+"</font>"}}}
        for (x in arr)
        {for (p in arr5)
        {if (arr[x].innerHTML==arr5[p])
        {
        arr[x].innerHTML="<font color='red'>"+arr[x].innerHTML+"</font>"}}}
        for (x in arr)
        {for (s in arr6)
        {if (arr[x].innerHTML==arr6[s])
        {
        arr[x].innerHTML="<font color='brown'>"+arr[x].innerHTML+"</font>"}}}
        for (x in arr)
        {for (s in arr7)
        {if (arr[x].innerHTML==arr6[s])
        {
        arr[x].innerHTML="<font color='brown'>"+arr[x].innerHTML+"</font>"}}}
        for (x in arr)
        {for (s in arr8)
        {if (arr[x].innerHTML==arr6[s])
        {
        arr[x].innerHTML="<font color='brown'>"+arr[x].innerHTML+"</font>"}}}
        </script>

<script>
<!--
indexof="Naruto New World*"
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="participants*"
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="search*"
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="profile*"
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="message*"
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="administration*"
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="output*"
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="login*"
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="registration*"
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>

<style>
.punbb table Div.icon {float: left; display: block; width: 130px; height: 130px; border-style: none; background-image: url(http://i076.radikal.ru/1001/3b/8690be811e85.png); background-repeat: no-repeat; position: relative; margin-right: 3px;}
TR.inew Div.icon {
background: url(http://i076.radikal.ru/1001/d3/f84021d6a925.png) no-repeat;}

TR.iclosed Div.icon {
background: url(http://s61.radikal.ru/i174/1001/f0/093dbdb4ae2a.png) no-repeat;}
TR.isticky Div.icon {
background: url(http://s41.radikal.ru/i094/1001/8e/8da08d133e7f.png) no-repeat;}</style>

0


Вы здесь » WizardsWorld » Архив » ой бля