From 3ab06a703b8bb50d05b5b30c6083fe5eee690fc9 Mon Sep 17 00:00:00 2001 From: "Igor Barkov (iwork)" Date: Tue, 23 Jun 2020 12:32:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=81=D0=BE=D0=B5=D0=B4=D0=B8=D0=BB=D0=B8=D0=BD=D0=B8?= =?UTF-8?q?=20css=20=D0=B8=20=D1=84=D0=B0=D0=B9=D0=BB=20=D0=BA=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D1=8B=D0=B9=20=D0=B5=D0=B3=D0=BE=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=B7=D1=8B=D0=B2=D0=B0=D0=B5=D1=82=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BE=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- canalizaciya.php | 61 +++++++++++++++++++++++++++++++++++++++++++----- css/style.css | 54 ------------------------------------------ 2 files changed, 55 insertions(+), 60 deletions(-) delete mode 100644 css/style.css diff --git a/canalizaciya.php b/canalizaciya.php index f537b00..744c1e0 100644 --- a/canalizaciya.php +++ b/canalizaciya.php @@ -1,11 +1,11 @@ 0)) header("Location: index.php"); - include "config.php"; - include "functions.php"; +session_start(); +if (!($_SESSION['uid'] > 0)) header("Location: index.php"); +include "config.php"; +include "functions.php"; $user = mysql_fetch_array(mysql_query("SELECT * FROM `users` WHERE `id` = '{$_SESSION['uid']}' LIMIT 1;")); -if($user['room']==403){ +if ($user['room'] == 403) { include "startpodzemel.php"; if ($user['battle'] != 0) { header('location: fbattle.php'); die(); } @@ -708,9 +708,58 @@ background-color: #d4cbaa; color: #000000; } +body { +margin: 0; +padding: 0; +width:100%; + +font-family: Arial; +font-size: 9px; +} + +table { +border-collapse: collapse; +} + +td { +margin: 0; +padding: 0; +} + +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; +border: 1px solid #6F4B3F; +font-family: Verdana, Arial, Helvetica, sans-serif; +color: #DAA43A; +font-size: 11px; +width: 89px; +height: 18px; +text-align: left; +position: inherit; +padding-bottom: 0; +} + +hr { +background : #fddd00; +border-top : 1px solid #fddd00; +color : #fddd00; +height : 2px +} -