Показать сообщение отдельно
Старый 23.04.2012, 14:49   #1
46\5
Продвинутый читер
Аватар для 46\5
OFFLINE
Регистрация: 24.11.2011
Возраст: 32
Сообщений: 261
Благодарностей:
117 всего
Мнения: + 510
Репутация: 352

[Убераем плюсы в меню ВКонтакте]


Создаем UserCSS (как сделать можно прочитать тут(http://usercss.ru/)) с содержимым:

.left_count {
background: none !important;
margin-top: 1px !important;
color: #2B587A !important;
vertical-align: 0px !important;
font-size: 11px !important;
padding: 0 !important;
}
.left_plus {
display: none !important;
}

a:hover .left_count_wrap {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.left_count:before {
content: "(";
font-weight: normal;
}

.left_count:after {
content: ")";
font-weight: normal;
}


Получаем:
 
Ответить с цитированием