<!DOCTYPE html> <html> <HEAD> <meta charset="utf-8"> <link rel="stylesheet" href="css/main.css"> <style> * { margin: 0; padding: 0; } div { margin: 0 auto; overflow: auto; } 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; } 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 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>