You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
350 B

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