Упрощение кода
This commit is contained in:
parent
2d44b46dc0
commit
01ff114961
44
top_menu.php
44
top_menu.php
@ -1,33 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<HEAD>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<link rel="stylesheet" href="css/btn.css">
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<link rel="stylesheet" href="css/btn.css">
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div {
|
||||
margin: 0 auto;
|
||||
overflow: auto;
|
||||
text-align: right;
|
||||
}
|
||||
a {
|
||||
border: 1px solid #fff;
|
||||
transition: box-shadow 0.5s ease;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
a:hover {
|
||||
box-shadow: 0 0 7px slategray;
|
||||
}
|
||||
</style>
|
||||
</HEAD>
|
||||
<body>
|
||||
<div>
|
||||
div {
|
||||
text-align: right;
|
||||
}
|
||||
</style>
|
||||
<div class="button-group">
|
||||
<a class="button" href="/user_anketa.php" title="Анкета" target="gameframe">Анкета</a>
|
||||
<a class="button" href="/contacts.php" title="Контакты" target="gameframe">Друзья</a>
|
||||
<a class="button" href="/main.php?edit=1" title="Инвентарь" target="gameframe">Инвентарь</a>
|
||||
@ -35,6 +19,4 @@
|
||||
<a class="button" href="/user_abilities.php" title="Особые умения" target="gameframe">Особые умения</a>
|
||||
<a class="button" href="/forum.php" title="Форум" target="gameframe">Форум</a>
|
||||
<a class="button danger icon remove" href="/main.php?exit" title="Выход" target="_top">Выход</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user