This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
padding-top: 100px; | |
padding-left: 30px; | |
font: 12px arial; | |
} | |
div.ballon { | |
position: absolute; | |
display: inline-block; | |
border: 1px solid #EEE; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a { | |
display: inline-block; | |
padding: 3px 12px; | |
border: 1px solid #999; | |
border-top-color: #BBB; | |
border-radius: 3px; | |
font: 11px arial; | |
text-decoration: none; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// «archive» button for yandex mail | |
// version 0.1.5 | |
// 2012-03-28 | |
// | |
// ==UserScript== | |
// @name «Yandex Mail Archive button» | |
// @namespace http://gurugray.ru | |
// @description Создаём кнопку «В архив» на web-почте Яндекса | |
// @include http*://mail.yandex*/neo2/* |