radiaSVG/jquery.tooltip.css

17 lines
350 B
CSS
Raw Normal View History

2011-06-24 15:45:19 +00:00
#tooltip {
position: absolute;
z-index: 3000;
2011-06-24 20:10:04 +00:00
border: 1px solid #aaa;
2011-06-25 23:14:43 +00:00
max-width: 350px;
2011-06-24 20:10:04 +00:00
background-color: #393939;
padding: 8px;
color: #fff;
font-size: 12px;
2011-06-25 19:55:15 +00:00
font-family: sans-serif;
2011-06-24 20:10:04 +00:00
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
opacity: 0.9;
2011-06-24 15:45:19 +00:00
}
#tooltip h3, #tooltip div { margin: 0; }