5d30f782e62eb53c4b3668bfc63695bbf5c87eb8
[lhc/web/wiklou.git] / resources / jquery.tipsy / jquery.tipsy.css
1 .tipsy {
2 padding: 5px;
3 position: absolute;
4 z-index: 100000;
5 }
6 .tipsy-inner {
7 padding: 5px 8px 4px 8px;
8 background-color: #e8f2f8;
9 border: solid 1px #a7d7f9;
10 color: black;
11 max-width: 15em;
12 text-align: left;
13 }
14 .tipsy-inner {
15 border-radius: 3px;
16 -moz-border-radius: 3px;
17 -webkit-border-radius: 3px;
18 }
19 .tipsy-arrow {
20 position: absolute;
21 background: url('images/tipsy.png') no-repeat top left;
22 width: 9px;
23 height: 5px;
24 }
25 .tipsy-n .tipsy-arrow {
26 top: 1px;
27 left: 50%;
28 margin-left: -4px;
29 }
30 .tipsy-nw .tipsy-arrow {
31 top: 1px;
32 left: 10px;
33 }
34 .tipsy-ne .tipsy-arrow {
35 top: 1px;
36 right: 10px;
37 }
38 .tipsy-s .tipsy-arrow {
39 bottom: 1px;
40 left: 50%;
41 margin-left: -4px;
42 background-position: bottom left;
43 }
44 .tipsy-sw .tipsy-arrow {
45 bottom: 1px;
46 left: 10px;
47 background-position: bottom left;
48 }
49 .tipsy-se .tipsy-arrow {
50 bottom: 1px;
51 right: 10px;
52 background-position: bottom left;
53 }
54 .tipsy-e .tipsy-arrow {
55 top: 50%;
56 margin-top: -4px;
57 right: 1px;
58 width: 5px;
59 height: 9px;
60 background-position: top right;
61 }
62 .tipsy-w .tipsy-arrow {
63 top: 50%;
64 margin-top: -4px;
65 left: 1px;
66 width: 5px;
67 height: 9px;
68 }