Чего-то делать стало нечего, смотрю я на ярлык халфы, думаю: "Запустить, или нет?". Ну и решил сделать значок халфы на ксс. Получилось :)
Код
<html>
<head>
<style>
body, html {font: 13px/20px Arial;color: #fb7e14;}
.userblock { float: left; margin-top: 10px; min-width: 95px; position: relative;}
.userblock .content{width:60px;height: 60px;border: 3px solid #fb7e14;overflow: hidden;border-radius: 150px;text-align: center;vertical-align: baseline;background-color: #fff;z-index: 200;position: relative;box-shadow: inset 2px 2px 3px 1px #37200b;font:53px Arial;}
</style>
</head>
<body>
<div class="userblock">
<div class="content">
λ
</div>
</div>
</body>
</html>
Код
<html>
<head>
<style>
body, html {font: 13px/20px Arial;color: #fb7e14;}
.userblock { float: left; margin-top: 10px; min-width: 95px; position: relative;}
.userblock .notifications{ position: absolute; z-index: 100; border-radius: 25px; left: 27px;}
.userblock .notifications, .userblock .notifications *{background-color: #fb7e14; background: #fb7e14; border-color: #fb7e14; box-shadow: none;}
.userblock .notifications::before{background-color: red;width: 28px;display: inline-block;content: " ";position: relative;}
.userblock .notifications::after{content:"v";color: #fb7e14;font-weight: bold;font-size: 64px;position: absolute;top:18px;left: 13px;}
.userblock .noties{ text-decoration: none; border-radius: 25px;padding: 0px;}
.userblock .noties i{ font-weight: bold; color: #fff; font-style: normal; font-size: 12px; padding: 1px 7px; border-radius: 14px;font-weight: bold; }
.userblock .content{width:60px;height: 60px;border: 3px solid #fb7e14;overflow: hidden;border-radius: 150px;text-align: center;vertical-align: baseline;background-color: #fff;z-index: 200;position: relative;box-shadow: inset 2px 2px 3px 1px #37200b;font:53px Arial;}
</style>
</head>
<body>
<div class="userblock">
<div class="notifications"><span class="noties"><i>2</i></span></div>
<div class="content">
λ
</div>
</div>
</body>
</html>
Пользуемся на здоровье :)