radiaSVG/jquery.tooltip.css

17 lines
350 B
CSS
Raw Permalink Normal View History

2011-06-24 21:15:19 +05:30
#tooltip {
position: absolute;
z-index: 3000;
2011-06-25 01:40:04 +05:30
border: 1px solid #aaa;
2011-06-26 04:44:43 +05:30
max-width: 350px;
2011-06-25 01:40:04 +05:30
background-color: #393939;
padding: 8px;
color: #fff;
font-size: 12px;
2011-06-26 01:25:15 +05:30
font-family: sans-serif;
2011-06-25 01:40:04 +05:30
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
opacity: 0.9;
2011-06-24 21:15:19 +05:30
}
#tooltip h3, #tooltip div { margin: 0; }