Sha256: 43077052c6e862860763a9f5da1cbe395e9765ed88893633393b261976efde39

Contents?: true

Size: 720 Bytes

Versions: 5

Compression:

Stored size: 720 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/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

5 entries across 5 versions & 1 rubygems

Version Path
activoate-0.8.1 app/assets/stylesheets/activo/libs/jquery.tipsy.css
activoate-0.7.9 app/assets/stylesheets/activo/libs/jquery.tipsy.css
activoate-0.7.5 app/assets/stylesheets/activo/libs/jquery.tipsy.css
activoate-0.7.2 app/assets/stylesheets/activo/libs/jquery.tipsy.css
activoate-0.6.8 app/assets/stylesheets/activo/libs/jquery.tipsy.css