Code cleaning. Remove deprecated html.
This commit is contained in:
+66
-71
@@ -53,33 +53,33 @@ print "<script>location.href='vxod.php'</script>"; exit();
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="Content-Language" content="ru">
|
||||
<link rel=stylesheet type="text/css" href="css/main.css">
|
||||
<SCRIPT LANGUAGE="JavaScript" >
|
||||
<script>
|
||||
let Hint3Name = '';
|
||||
// Заголовок, название скрипта, имя поля с логином
|
||||
function findlogin(title, script, name){
|
||||
document.all("hint3").innerHTML = '<form action="'+script+'" method=GET style="margin:0;"><table width=100% cellspacing=1 cellpadding=0 bgcolor=CCC3AA><tr><td align=center><B style="font-size:11px">'+title+'</td><td width=20 align=right valign=top style="cursor: pointer" onclick="closehint3();"><BIG><B>x</td></tr><tr><td colspan=2>'+
|
||||
document.getElementById("hint3").innerHTML = '<form action="'+script+'" method=GET style="margin:0;"><table width=100% cellspacing=1 cellpadding=0 bgcolor=CCC3AA><tr><td align=center><B style="font-size:11px">'+title+'</td><td width=20 align=right valign=top style="cursor: pointer" onclick="closehint3();"><BIG><B>x</td></tr><tr><td colspan=2>'+
|
||||
'<table width=100% cellspacing=0 cellpadding=2 bgcolor=FFF6DD><tr><INPUT TYPE=hidden name=sd4 value="<? echo @$user['id']; ?>"><td colspan=2>'+
|
||||
'Укажите логин персонажа:<small><BR>(можно щелкнуть по логину в чате)</TD></TR><TR><TD width=50% align=right><INPUT TYPE=text NAME="'+name+'"></TD><TD width=50%><INPUT TYPE="submit" value=" »» "></TD></TR></FORM></TABLE></td></tr></table>';
|
||||
document.all("hint3").style.visibility = "visible";
|
||||
document.all("hint3").style.left = '100px';
|
||||
document.all("hint3").style.top = '100px';
|
||||
document.all(name).focus();
|
||||
document.getElementById("hint3").style.visibility = "visible";
|
||||
document.getElementById("hint3").style.left = '100px';
|
||||
document.getElementById("hint3").style.top = '100px';
|
||||
document.getElementById(name).focus();
|
||||
Hint3Name = name;
|
||||
}
|
||||
|
||||
|
||||
function returned2(s){
|
||||
if (top.oldlocation != '') { top.frames['main'].navigate(top.oldlocation+'?'+s+'tmp='+Math.random()); top.oldlocation=''; }
|
||||
if (top.oldlocation !== '') { top.frames['main'].navigate(top.oldlocation+'?'+s+'tmp='+Math.random()); top.oldlocation=''; }
|
||||
else { top.frames['main'].navigate('main.php?'+s+'tmp='+Math.random()) }
|
||||
}
|
||||
|
||||
function closehint3(){
|
||||
document.all("hint3").style.visibility="hidden";
|
||||
document.getElementById("hint3").style.visibility="hidden";
|
||||
Hint3Name='';
|
||||
}
|
||||
</script>
|
||||
<body leftmargin=5 topmargin=5 marginwidth=5 marginheight=5 bgcolor="#d7d7d7" onLoad="top.setHP(<?=$user['hp']?>,<?=$user['maxhp']?>,<?if(!$user['battle']){echo"10";}else{echo"0";}?>);">
|
||||
<script LANGUAGE='JavaScript'>
|
||||
<body onLoad="top.setHP(<?=$user['hp']?>,<?=$user['maxhp']?>,<?if(!$user['battle']){echo"10";}else{echo"0";}?>);">
|
||||
<script>
|
||||
<!--document.ondragstart = test;-->
|
||||
//запрет на перетаскивание
|
||||
<!--document.onselectstart = test;-->
|
||||
@@ -89,7 +89,7 @@ function closehint3(){
|
||||
function test() {
|
||||
return false
|
||||
}
|
||||
</SCRIPT>
|
||||
</script>
|
||||
<?
|
||||
$ros=mysql_query("SELECT * FROM `labirint` WHERE `user_id`='{$_SESSION['uid']}'");
|
||||
$mir=mysql_fetch_array($ros);
|
||||
@@ -110,8 +110,8 @@ if($_GET['kill']!=$glava){
|
||||
mysql_query("DELETE FROM labirint WHERE login='".mysql_escape_string($_GET['kill'])."'");
|
||||
//mysql_query("DELETE FROM `inventory` WHERE name='Бутерброд' and owner='".$varsa['id']."' and podzem='1'");
|
||||
print "<script>location.href='canalizaciya.php'</script>"; exit();
|
||||
}else{print"<font style='font-size:12px; color:#cc0000'>Себя нельзя выгнать.</font>";}
|
||||
}else{print"<font style='font-size:12px; color:#cc0000'>Такого логина не существует или он не в вашей группе.</font>";}
|
||||
}else{print"<span class='error'>Себя нельзя выгнать.</span>";}
|
||||
}else{print"<span class='error'>Такого логина не существует или он не в вашей группе.</span>";}
|
||||
}}
|
||||
//smena lider
|
||||
if($_GET['change']){
|
||||
@@ -123,8 +123,8 @@ if($_GET['change']!=$glava){
|
||||
mysql_query("UPDATE labirint SET glav_id='".$varsa['id']."',glava='".$_GET['change']."' WHERE glava='".$user['login']."'");
|
||||
mysql_query("UPDATE podzem3 SET glava='".$_GET['change']."' WHERE glava='".$user['login']."'");
|
||||
print "<script>location.href='canalizaciya.php'</script>"; exit();
|
||||
}else{print"<font style='font-size:12px; color:#cc0000'>Вы и так Лидер.</font>";}
|
||||
}else{print"<font style='font-size:12px; color:#cc0000'>Персонаж не существует или он не в вашей группе.</font>";}
|
||||
}else{print"<span class='error'>Вы и так Лидер.</span>";}
|
||||
}else{print"<span class='error'>Персонаж не существует или он не в вашей группе.</span>";}
|
||||
}}
|
||||
|
||||
$wait_sec=$mir["visit_time"];
|
||||
@@ -173,7 +173,7 @@ $red = mysql_query("SELECT n".mysql_escape_string($_GET['n'])." FROM podzem3 WHE
|
||||
if($gef = mysql_fetch_array($red)){
|
||||
$dop = $gef["n".$_GET['n'].""];
|
||||
}
|
||||
if($mesto == $d or $mesto == $d1 or $mesto == $d2 or $mesto == $d3 or $mesto == $d4){
|
||||
if($mesto == $d || $mesto == $d2 || $mesto == $d3 || $mesto == $d4){
|
||||
if($dop!=''){
|
||||
include"podzem/atk.php";
|
||||
}
|
||||
@@ -184,10 +184,10 @@ if($mir['el']!='1' and $mesto==$mir['el']){
|
||||
mysql_query("INSERT INTO `inventory` (`owner`,`name`,`type`,`massa`,`cost`,`img`,`maxdur`,`present`,`magic`,`otdel`,`isrep`)
|
||||
VALUES('".$user['id']."','Подземное зелье жизни','50','1','0','food_l9.gif','5','Подземка','8','6','0') ;");
|
||||
mysql_query("UPDATE `labirint` SET el='1' WHERE `glava`='".$glava."' and `login`='".$user['login']."'");
|
||||
print" <font style='font-size:12px; color:red;'>Вы получили 'Подземное зелье жизни'</font><br>";
|
||||
print" <span class='success'>Вы получили 'Подземное зелье жизни'</span>".PHP_EOL;
|
||||
}else{
|
||||
if($mir['el']=='1'){print" <font style='font-size:12px; color:red;'>Вы уже брали зелье!</font><br>";}
|
||||
else{print" <font style='font-size:12px; color:red;'>Невозможно! Вы далеко!</font><br>";}}
|
||||
if($mir['el']=='1'){print" <span class='error'>Вы уже брали зелье!</span>".PHP_EOL;}
|
||||
else{print" <span class='error'>Невозможно! Вы далеко!</span>".PHP_EOL;}}
|
||||
}
|
||||
///////////////Сбор чистых гаек/////////////
|
||||
if($_GET['sun']=='se_gaika_c'){
|
||||
@@ -207,8 +207,8 @@ $fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isre
|
||||
}
|
||||
$mis = "Чистая гайка";
|
||||
include "podzem_brat.php";
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Чистая гайка'</font>";
|
||||
}else{if($stloc==''){print" <font style='font-size:12px; color:cc0000;'>Кто-то оказался быстрее!</font>";}}
|
||||
print" <span class='success'>Вы получили 'Чистая гайка'</span>";
|
||||
}else{if($stloc==''){print" <span class='error'>Кто-то оказался быстрее!</span>";}}
|
||||
}
|
||||
|
||||
///////////////Сбор гаек/////////////
|
||||
@@ -229,8 +229,8 @@ $fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isre
|
||||
}
|
||||
$mis = "Гайка";
|
||||
include "podzem_brat.php";
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Гайка'</font>";
|
||||
}else{if($stloc==''){print" <font style='font-size:12px; color:cc0000;'>Кто-то оказался быстрее!</font>";}}
|
||||
print" <span class='success'>Вы получили 'Гайка'</span>";
|
||||
}else{if($stloc==''){print" <span class='error'>Кто-то оказался быстрее!</span>";}}
|
||||
}
|
||||
|
||||
/////////////////////////////////////
|
||||
@@ -252,8 +252,8 @@ $fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isre
|
||||
}
|
||||
$mis = "Вентиль";
|
||||
include "podzem_brat.php";
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Вентиль'</font>";
|
||||
}else{if($stloc==''){print" <font style='font-size:12px; color:cc0000;'>Кто-то оказался быстрее!</font>";}}
|
||||
print" <span class='success'>Вы получили 'Вентиль'</span>";
|
||||
}else{if($stloc==''){print" <span class='error'>Кто-то оказался быстрее!</span>";}}
|
||||
}
|
||||
|
||||
///////////////Сбор Чистых вентилей/////////////
|
||||
@@ -274,8 +274,8 @@ $fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isre
|
||||
}
|
||||
$mis = "Чистый вентиль";
|
||||
include "podzem_brat.php";
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Чистый вентиль'</font>";
|
||||
}else{if($stloc==''){print" <font style='font-size:12px; color:cc0000;'>Кто-то оказался быстрее!</font>";}}
|
||||
print" <span class='success'>Вы получили 'Чистый вентиль'</span>";
|
||||
}else{if($stloc==''){print" <span class='error'>Кто-то оказался быстрее!</span>";}}
|
||||
}
|
||||
/////////////////////////////////////
|
||||
///////////////Сбор Болтов/////////////
|
||||
@@ -296,8 +296,8 @@ $fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isre
|
||||
}
|
||||
$mis = "Болт";
|
||||
include "podzem_brat.php";
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Болт'</font>";
|
||||
}else{if($stloc==''){print" <font style='font-size:12px; color:cc0000;'>Кто-то оказался быстрее!</font>";}}
|
||||
print" <span class='success'>Вы получили 'Болт'</span>";
|
||||
}else{if($stloc==''){print" <span class='error'>Кто-то оказался быстрее!</span>";}}
|
||||
}
|
||||
|
||||
///////////////Сбор Длинных Болтов/////////////
|
||||
@@ -318,8 +318,8 @@ $fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isre
|
||||
}
|
||||
$mis = "Длинный болт";
|
||||
include "podzem_brat.php";
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Длинный болт'</font>";
|
||||
}else{if($stloc==''){print" <font style='font-size:12px; color:cc0000;'>Кто-то оказался быстрее!</font>";}}
|
||||
print" <span class='success'>Вы получили 'Длинный болт'</span>";
|
||||
}else{if($stloc==''){print" <span class='error'>Кто-то оказался быстрее!</span>";}}
|
||||
}
|
||||
/////////////////////////////////////
|
||||
///////////////Сбор ключиик/////////////
|
||||
@@ -332,8 +332,8 @@ if($stloc=='510'){mysql_query("UPDATE `podzem3` SET n$mesto='' WHERE glava='$gla
|
||||
$fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isrep,present) VALUES('Ключиик','1','kluchik.gif','".$user['id']."','200','0.5','0','Лука')");
|
||||
$mis = "Ключиик";
|
||||
include "podzem_brat.php";
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Ключиик'</font>";
|
||||
}else{if($stloc==''){print" <font style='font-size:12px; color:cc0000;'>Кто-то оказался быстрее!</font>";}}
|
||||
print" <span class='success'>Вы получили 'Ключиик'</span>";
|
||||
}else{if($stloc==''){print" <span class='error'>Кто-то оказался быстрее!</span>";}}
|
||||
}
|
||||
/////////////////////////////////////
|
||||
///////////////Сбор сундуков/////////////
|
||||
@@ -357,9 +357,9 @@ $fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isre
|
||||
}
|
||||
$mis = "Гайка";
|
||||
include "podzem_brat.php";
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Гайка'</font>";
|
||||
print" <span class='success'>Вы получили 'Гайка'</span>";
|
||||
}
|
||||
}else{if($stloc=='13.0'){print" <font style='font-size:12px; color:cc0000;'>Кто-то оказался быстрее!</font>";}}
|
||||
}else{if($stloc=='13.0'){print" <span class='error'>Кто-то оказался быстрее!</span>";}}
|
||||
}
|
||||
/////////////////////////////////////
|
||||
///////////////Сбор сундуков (БОЛТ)/////////////
|
||||
@@ -383,9 +383,9 @@ $fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isre
|
||||
}
|
||||
$mis = "Болт";
|
||||
include "podzem_brat.php";
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Болт'</font>";
|
||||
print" <span class='success'>Вы получили 'Болт'</span>";
|
||||
}
|
||||
}else{if($stloc=='14.0'){print" <font style='font-size:12px; color:cc0000;'>Кто-то оказался быстрее!</font>";}}
|
||||
}else{if($stloc=='14.0'){print" <span class='error'>Кто-то оказался быстрее!</span>";}}
|
||||
}
|
||||
/////////////////////////////////////
|
||||
///////////////Сбор ключей/////////////
|
||||
@@ -400,9 +400,9 @@ if($mesto==$_GET['n']){
|
||||
$fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isrep,present) VALUES('Ключик №".mysql_escape_string($_GET['b'])."','1','$stloc.gif','".$user['id']."','200','0.1','0','Подземка')");
|
||||
//Удаляем ключик с локи
|
||||
//mysql_query("UPDATE `podzem4` SET n".$_GET['n']." = '' WHERE glava='".$glava."' and name='".$mir['name']."'");
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Ключик №".$_GET['b']."'</font>";
|
||||
print" <span class='success'>Вы получили 'Ключик №".$_GET['b']."'</span>";
|
||||
}
|
||||
}else{if($g){print" <font style='font-size:12px; color:cc0000;'>У вас уже есть Ключик №".$_GET['b']."!</font>";}}
|
||||
}else{if($g){print" <span class='error'>У вас уже есть Ключик №".$_GET['b']."!</span>";}}
|
||||
|
||||
}
|
||||
/////////////////////////////////////
|
||||
@@ -428,9 +428,9 @@ $fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isre
|
||||
}
|
||||
$mis = "Гайка";
|
||||
include "podzem_brat.php";
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Гайка'</font>";
|
||||
print" <span class='success'>Вы получили 'Гайка'</span>";
|
||||
}
|
||||
}else{if($stloc=='11.0'){print" <font style='font-size:12px; color:cc0000;'>Попахивает...</font>";}}
|
||||
}else{if($stloc=='11.0'){print" <span class='error'>Попахивает...</span>";}}
|
||||
}
|
||||
///////////////Сбор гаек из стоков/////////////
|
||||
if($_GET['act']=='stok2'){
|
||||
@@ -458,9 +458,9 @@ $fo = mysql_query("INSERT INTO `inventory`(name,maxdur,img,owner,type,massa,isre
|
||||
}
|
||||
$mis = "Гайка";
|
||||
include "podzem_brat.php";
|
||||
print" <font style='font-size:12px; color:cc0000;'>Вы получили 'Гайка'</font>";
|
||||
print" <span class='success'>Вы получили 'Гайка'</span>";
|
||||
}
|
||||
}else{if($stloc=='12.0'){print" <font style='font-size:12px; color:cc0000;'>Попахивает...</font>";}}
|
||||
}else{if($stloc=='12.0'){print" <span class='error'>Попахивает...</span>";}}
|
||||
}
|
||||
/////////////////////////////////////
|
||||
|
||||
@@ -500,7 +500,7 @@ $rets = mysql_fetch_array($fers);
|
||||
$ins = mysql_query("SELECT id FROM `inventory` WHERE `owner`='".$user['id']."' and `type`='200' and `name`='Ключик №".$rets["n$loc2"]."'");
|
||||
$setr = mysql_fetch_array($ins);
|
||||
if($rets["n$loc2"]>=1 and $rets["n$loc2"]<=10 and !$setr){
|
||||
print" <font style='font-size:12px; color:cc0000;'>Нужен ключ №".$rets["n$loc2"]."".$rets["n$mesto"]."</font>";}else{
|
||||
print" <span class='error'>Нужен ключ №".$rets["n$loc2"]."".$rets["n$mesto"]."</span>";}else{
|
||||
$vrem=30*60+time();
|
||||
if($_GET['path']==0) {$nav='t=t-12';}
|
||||
if($_GET['path']==1) {$nav='l=l+12';}
|
||||
@@ -525,15 +525,15 @@ die("<script>location.href='canalizaciya.php';</script>");
|
||||
<td valign="top" align="left">
|
||||
<?php
|
||||
//Вывести хп и ману
|
||||
print "<div style=\"font-size: 12px\">". echo nick($user)."</div>";
|
||||
print "<div style=\"font-size: 12px\">". nick($user)."</div>";
|
||||
?>
|
||||
<br><br>
|
||||
<center><table width="450" border="0" cellspacing="1" cellpadding="0">
|
||||
<div style="text-align: center;"><table width="450" border="0" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td background="i/labirint3/bg_scroll_01.gif" align="center">Персонаж</td>
|
||||
<td background="i/labirint3/bg_scroll_01.gif" align="center">Hp</td>
|
||||
<td background="i/labirint3/bg_scroll_01.gif" align="center">Звание</td>
|
||||
<td background="i/labirint3/bg_scroll_01.gif" align="center">Подземелье</td>
|
||||
<td align="center">Персонаж</td>
|
||||
<td align="center">Hp</td>
|
||||
<td align="center">Звание</td>
|
||||
<td align="center">Подземелье</td>
|
||||
</tr>
|
||||
<?
|
||||
$rog=mysql_query("SELECT login,name,glava FROM `labirint` WHERE `glava`='$glava'");
|
||||
@@ -541,24 +541,24 @@ while($more=mysql_fetch_array($rog)){
|
||||
$big = mysql_fetch_array(mysql_query("SELECT hp,maxhp,id FROM `users` WHERE `login` = '".$more['login']."'"));
|
||||
?>
|
||||
<tr>
|
||||
<td background="i/labirint3/bg_scroll_05.gif" align="center">
|
||||
<td align="center">
|
||||
<a href=inf.php?<?=$big['id']?> target=_blank title="Информация о <?=$more['login']?>"><?=$more['login']?></a></td>
|
||||
<td background="i/labirint3/bg_scroll_05.gif" align="center"><?=$big['hp']?>/<?=$big['maxhp']?> </td>
|
||||
<td background="i/labirint3/bg_scroll_05.gif" align="center"><?if($more['login']==$more['glava']){print"Лидер";}else{print"Рядовой";}?></td>
|
||||
<td background="i/labirint3/bg_scroll_05.gif" align="center"><?=$more['name']?></td>
|
||||
<td align="center"><?=$big['hp']?>/<?=$big['maxhp']?> </td>
|
||||
<td align="center"><?if($more['login']==$more['glava']){print"Лидер";}else{print"Рядовой";}?></td>
|
||||
<td align="center"><?=$more['name']?></td>
|
||||
<? if($user['login']==$more['glava'] and $more['login']==$more['glava']){ ?>
|
||||
<td background="i/labirint3/bg_scroll_05.gif" align="center"><A href="#" onClick="findlogin( 'Выберите персонажа которого хотите выгнать','canalizaciya.php', 'kill')"><IMG alt="Выгнать из группы" src="i/labirint3/ico_kill_member1.gif" WIDTH="14" HEIGHT="17"></A> <A href="#" onClick="findlogin( 'Выберите персонажа которому хотите передать лидерство','canalizaciya.php', 'change')"><IMG alt="Передать лидерство" src="i/labirint3/ico_change_leader1.gif" WIDTH="14" HEIGHT="17"></A></td>
|
||||
<td align="center"><A href="#" onClick="findlogin( 'Выберите персонажа которого хотите выгнать','canalizaciya.php', 'kill')"><IMG alt="Выгнать из группы" src="i/labirint3/ico_kill_member1.gif"></A> <A href="#" onClick="findlogin( 'Выберите персонажа которому хотите передать лидерство','canalizaciya.php', 'change')"><IMG alt="Передать лидерство" src="i/labirint3/ico_change_leader1.gif"></A></td>
|
||||
<?
|
||||
}
|
||||
print"</tr>";
|
||||
}
|
||||
?>
|
||||
</table></center>
|
||||
</table></div>
|
||||
<?
|
||||
|
||||
print"<br>";
|
||||
|
||||
if($mir['dead']>'0'){print"<br><font style='font-size:15px; color:#600'> <b> Кол-во смертей:</font></b> <b style='font-size:14px; color:#000'>".$mir['dead']."</b><br><br>";}
|
||||
if($mir['dead']>'0'){print"<br><span class='error'> Кол-во смертей:</span> <b>".$mir['dead']."</b><br><br>";}
|
||||
|
||||
include "podzem_res.php";
|
||||
?>
|
||||
@@ -566,7 +566,7 @@ include "podzem_res.php";
|
||||
<td align="right" width="530" height="285">
|
||||
<?
|
||||
include"navig.php";
|
||||
echo build_move_image($mesto, $vektor, 1, $glava);
|
||||
echo build_move_image($mesto, $vektor, 1);
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -671,7 +671,7 @@ if (mtime>0) {
|
||||
BODY {
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
margin: 0;
|
||||
|
||||
scrollbar-face-color: #e3ac67;
|
||||
scrollbar-highlight-color: #e0c3a0;
|
||||
@@ -686,17 +686,17 @@ BODY {
|
||||
background-color: #E4F2DF;
|
||||
border-style: solid; border-width: 2px; border-color: #77c3fc
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
visibility: hidden;
|
||||
cursor:hand;
|
||||
}
|
||||
a.menuItem {
|
||||
border: 0px solid #000000;
|
||||
border: 0 solid #000000;
|
||||
background-color: #484848;
|
||||
color: #000000;
|
||||
display: block;
|
||||
font-family: Verdana, Arial;
|
||||
font-family: Verdana, Arial,serif;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
padding: 2px 12px 2px 8px;
|
||||
@@ -713,7 +713,7 @@ margin: 0;
|
||||
padding: 0;
|
||||
width:100%;
|
||||
|
||||
font-family: Arial;
|
||||
font-family: Arial.serif;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
@@ -730,17 +730,12 @@ img {
|
||||
border:0;
|
||||
}
|
||||
|
||||
#corners {
|
||||
background: url(images/4.jpg) center top no-repeat;
|
||||
}
|
||||
|
||||
A:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fddd00; text-decoration:none;}
|
||||
A:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fddd00; text-decoration:none;}
|
||||
A:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fddd00; text-decoration:none;}
|
||||
|
||||
.form {
|
||||
background-color: #5B0200;
|
||||
color: #000000;
|
||||
background-color: #5B0200;
|
||||
border: 1px solid #6F4B3F;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #DAA43A;
|
||||
@@ -793,7 +788,7 @@ function dialog()
|
||||
}
|
||||
function OpenMenu(n,e){
|
||||
let el, x, y;
|
||||
el = document.all("oMenu");
|
||||
el = document.getElementById("oMenu");
|
||||
const event = (window.event) ? window.event : e;
|
||||
x = event.clientX + document.documentElement.scrollLeft +document.body.scrollLeft - 5;
|
||||
y = event.clientY + document.documentElement.scrollTop + document.body.scrollTop-5;
|
||||
|
||||
Reference in New Issue
Block a user