Инфо блок

by Andrey Dobrovoi

HTML

<div id="info"><abbr rel="tooltip" title="This is a demo of article called &lt;em&gt;CSS and jQuery Tooltip: Responsive, Mobile-Friendly&lt;/em&gt;.">i</abbr></div>

CSS

body {
color: #111;
background: #eee;
}
#info {
width: 60px;
height: 60px;
background-color: rgba( 0, 0, 0, .05 );
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding: 5px;
margin: 0 auto;
}
#info:hover
{
background-color: rgba( 0, 0, 0, .1 );
}
#info abbr {
height: 100%;
font-size: 2.2em;
font-weight: bold;
line-height: 1.6;
text-align: center;
text-shadow: 0 1px rgba( 0, 0, 0, .25 );
color: #fff;
background: #84e100;
background: -webkit-gradient( linear, left top, left bottom, from( #84e100 ), to( #6fbc00 ) );
background: -webkit-linear-gradient( top, #84e100, #6fbc00 );
background: -moz-linear-gradient( top, #84e100, #6fbc00 );
background: -ms-radial-gradient( top, #84e100, #6fbc00 );
background: -o-linear-gradient( top, #84e100, #6fbc00 );
background: linear-gradient( top, #84e100, #6fbc00 );
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: none;
cursor: help;
display: block;
}