radiaSVG/jquery.tooltip.css
2011-06-25 01:40:04 +05:30

15 lines
301 B
CSS

#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid #aaa;
background-color: #393939;
padding: 8px;
color: #fff;
font-size: 12px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
opacity: 0.9;
}
#tooltip h3, #tooltip div { margin: 0; }