fixes
This commit is contained in:
+12
-26
@@ -13,44 +13,30 @@
|
||||
margin: 0 auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
li img {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
a img {
|
||||
border: 1px solid #fff;
|
||||
|
||||
-webkit-transition: box-shadow 0.5s ease;
|
||||
-moz-transition: box-shadow 0.5s ease;
|
||||
-o-transition: box-shadow 0.5s ease;
|
||||
transition: box-shadow 0.5s ease;
|
||||
}
|
||||
|
||||
li img:hover {
|
||||
a img:hover {
|
||||
-webkit-box-shadow: 0 0 7px rgba(255,255,255,0.9);
|
||||
box-shadow: 0 0 7px rgba(255,255,255,0.9);
|
||||
}
|
||||
</style>
|
||||
</HEAD>
|
||||
<body>
|
||||
<div>
|
||||
<ul>
|
||||
<li><a href="/user_anketa.php" title="Анкета" target="main"><img src="http://placehold.it/32x32" /></a></li>
|
||||
<li><a href="/friend.php" title="Друзья" target="main"><img src="http://placehold.it/32x32" /></a></li>
|
||||
<li><a href="/main.php?edit=1" title="Инвентарь" target="main"><img src="http://placehold.it/32x32" /></a></li>
|
||||
<li><a href="/relikt.php?edit=1" title="Реликты" target="main"><img src="http://placehold.it/32x32" /></a></li>
|
||||
<li><a href="/give.php" title="Передачи" target="main"><img src="http://placehold.it/32x32/ff3333" /></a></li>
|
||||
<li><a href="/klan.php" title="Клан" target="main"><img src="http://placehold.it/32x32/ff33ff" /></a></li>
|
||||
<li><a href="/orden.php" title="Особые умения" target="main"><img src="http://placehold.it/32x32/33ff33" /></a></li>
|
||||
<li><a href="/moderators.php" title="Модераторы" target="main"><img src="http://placehold.it/32x32/33ff33" /></a></li>
|
||||
<li><a href="/forum.php" title="Форум" target="main"><img src="http://placehold.it/32x32" /></a></li>
|
||||
<li><a href="/forum.php" title="Форум" target="main"><img src="http://placehold.it/32x32/ff0000" /></a></li>
|
||||
|
||||
</ul>
|
||||
<div style="text-align: right;">
|
||||
<a href="/user_anketa.php" title="Анкета" target="main"><img src="http://placehold.it/32x32/33ff33?text=A"/></a>
|
||||
<a href="/friend.php" title="Друзья" target="main"><img src="http://placehold.it/32x32/33ff33?text=F"/></a>
|
||||
<a href="/main.php?edit=1" title="Инвентарь" target="main"><img src="http://placehold.it/32x32/33ff33?text=I"/></a>
|
||||
<a href="/relikt.php?edit=1" title="Реликты" target="main"><img src="http://placehold.it/32x32?text=R"/></a>
|
||||
<a href="/give.php" title="Передачи" target="main"><img src="http://placehold.it/32x32/ff3333?text=G"/></a>
|
||||
<a href="/klan.php" title="Клан" target="main"><img src="http://placehold.it/32x32/33ff33?text=K"/></a>
|
||||
<a href="/orden.php" title="Особые умения" target="main"><img src="http://placehold.it/32x32/33ff33?text=O"/></a>
|
||||
<a href="/moderators.php" title="Модераторы" target="main"><img src="http://placehold.it/32x32/33ff33?text=M"/></a>
|
||||
<a href="/forum.php" title="Форум" target="main"><img src="http://placehold.it/32x32?text=F"/></a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user