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.
 
 
 

18 lines
439 B

#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid #111;
background-color: rgb(187,187,87);
background-color: rgba(187,187,87,0.9);
padding: 5px;
opacity: 1;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-align: center;
-moz-box-shadow: 0px 0px 1em;
-webkit-box-shadow: 0px 0px 1em;
box-shadow: 0px 0px 1em;
}
#tooltip h4, #tooltip div { margin: 0; }