padmatexts/padmaTexts/static/css/jquery.tooltip.css

27 lines
596 B
CSS
Raw Permalink Normal View History

2010-11-10 23:43:02 +00:00
#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;
}
2011-03-28 10:50:00 +00:00
#tooltip h4, #tooltip div { margin: 0; font-weight: normal;}
2010-12-30 09:52:52 +00:00
#tooltip img {
width: auto;
height: 120px;
2011-06-27 18:30:42 +00:00
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
2010-12-30 09:52:52 +00:00
}