edgware/edgware/static/css/jquery.tooltip.css

13 lines
293 B
CSS

#tooltip {
position: absolute;
z-index: 20000;
border: 1px solid yellow;
color: black;
background-color: white;
padding: 5px;
opacity: 0.70;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-size: 9px;
}
#tooltip h3, #tooltip div { margin: 0; }