tipsy.css
647 Bytes
.tipsy { padding: 5px; font-size: 12px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
.tipsy-inner { padding: 4px 5px; background-color: #FFFFBB; color: black; max-width: 210px; text-align: left; border: solid 1px #303030;}
.tipsy-north { background-image: url(./img/tipsy-north.gif); background-position: top center; }
.tipsy-south { background-image: url(./img/tipsy-south.gif); background-position: bottom center; }
.tipsy-east { background-image: url(./img/tipsy-east.gif); background-position: right center; }
.tipsy-west { background-image: url(./img/tipsy-west.gif); background-position: left center; }