Sha256: 49f75b6a893f0ac613e60627799bba9b9660d6e5d615b37dce9ae25e8dbe6509
Contents?: true
Size: 722 Bytes
Versions: 2
Compression:
Stored size: 722 Bytes
Contents
/** Stylesheet for the tooltips (jquery.tipsy) */ .tipsy { padding: 5px; font-size: 12px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; background-image: url('/assets/activo-2/tipsy/tipsy.gif'); } .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; } .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); } .tipsy-north { background-position: top center; } .tipsy-south { background-position: bottom center; } .tipsy-east { background-position: right center; } .tipsy-west { background-position: left center; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activoate-0.5.0 | app/assets/stylesheets/activo-2/libs/jquery.tipsy.css |
activoate-0.4.5 | app/assets/stylesheets/activo-2/libs/jquery.tipsy.css |