src/cm/media/js/lib/tipsy/docs/tipsy.css
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 0 40c8f766c9b8
permissions -rw-r--r--
add link to "privacy policy" in the header test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     1
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     2
  .tipsy-inner { padding: 4px 5px; background-color: black; color: white; max-width: 200px; text-align: center; }
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     3
  .tipsy-north { background-image: url(tipsy-north.gif); background-position: top center; }
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     4
  .tipsy-south { background-image: url(tipsy-south.gif); background-position: bottom center; }
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     5
  .tipsy-east { background-image: url(tipsy-east.gif); background-position: right center; }
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     6
  .tipsy-west { background-image: url(tipsy-west.gif); background-position: left center; }