This commit is contained in:
Igor Barkov [iwork]
2018-07-02 16:51:19 +03:00
parent 19896f4e69
commit b5d4f38f46
2 changed files with 16 additions and 61 deletions
+5 -43
View File
@@ -362,16 +362,12 @@ if (empty($user['klan'])) {
if (empty($is_['id'])) db::c()->query('INSERT INTO `abils_klan` (`klan`) VALUES (?i)', $user['klan']);
}
?>
<!DOCTYPE HTML>
<!DOCTYPE html>
<html>
<head>
<title>404</title>
<meta charset='utf-8'/>
<script src="js/jquery-1.7.2.min.js"></script>
<link rel="stylesheet" href="css/hostel.css"/>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script type="text/javascript" src="js/modal_j.js"></script>
<script type="text/javascript" src="js/jquery.cookie.js"></script>
<meta charset="utf-8">
<link href="css/main.css" rel="stylesheet"/>
<title>Реликты</title>
<style>
.items {
border: 1px solid black;
@@ -403,9 +399,6 @@ if (empty($user['klan'])) {
bottom: 0;
width: 100%;
overflow: hidden;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
img.slot.valign {
@@ -416,42 +409,11 @@ if (empty($user['klan'])) {
height: 25px;
width: 40px;
}
.ahint {
font-size: 14px;
color: #000080;
font-family: MS Sans Serif, serif;
text-decoration: none;
}
input {
border-right: #b0b0b0 1pt solid;
border-top: #b0b0b0 1pt solid;
margin-top: 1px;
font-size: 10px;
margin-bottom: 2px;
border-left: #b0b0b0 1pt solid;
color: #191970;
border-bottom: #b0b0b0 1pt solid;
font-family: MS Sans Serif, serif;
}
.box_user:hover, .box_klan:hover {
opacity: 0.5;
text-decoration: underline;
}
h4 {
text-align: center;
color: brown;
}
</style>
</head>
<body>
<div id="hint3" class="ahint"
style="z-index: 2; position: absolute; top: 100px; left: 700px; visibility: hidden; width: 240px;"></div>
<h1>Реликты</h1>
<div class="contentContainer">
<div style="text-align: center;"><span class="hs">Реликты</span></div>
<div class="buttonContainer">
<input type="button" class="btns button-route" value="Вернуться" onclick="location.href='main.php';"/>
<input type="button" class="btns button-route" value="Обновить" onclick="location.href='relikt.php';"/>