]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - resources/jquery.tipsy/jquery.tipsy.css
MediaWiki 1.17.0
[autoinstalls/mediawiki.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         background-color: #ffffff;
10         border: solid 1px #a7d7f9;
11         color: black;
12         max-width: 15em;
13         text-align: left;
14         border-radius: 4px;
15         -moz-border-radius: 4px;
16         -webkit-border-radius: 4px;
17         /*
18         -moz-box-shadow: 0px 2px 8px #cccccc;
19         -webkit-box-shadow: 0px 2px 8px #cccccc;
20         box-shadow: 0px 2px 8px #cccccc;
21         -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=2, Strength=6, Direction=90, Color='#cccccc')";
22         filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=2, Strength=6, Direction=90, Color='#cccccc');
23         */
24 }
25 .tipsy-arrow {
26         position: absolute;
27         /* @embed */
28         background: url('images/tipsy.png') no-repeat top left;
29         width: 11px;
30         height: 6px;
31 }
32 .tipsy-n .tipsy-arrow {
33         top: 0px;
34         left: 50%;
35         margin-left: -5px;
36 }
37 .tipsy-nw .tipsy-arrow {
38         top: 1px;
39         left: 10px;
40 }
41 .tipsy-ne .tipsy-arrow {
42         top: 1px;
43         right: 10px;
44 }
45 .tipsy-s .tipsy-arrow {
46         bottom: 0px;
47         left: 50%;
48         margin-left: -5px;
49         background-position: bottom left;
50 }
51 .tipsy-sw .tipsy-arrow {
52         bottom: 0px;
53         left: 10px;
54         background-position: bottom left;
55 }
56 .tipsy-se .tipsy-arrow {
57         bottom: 0px;
58         right: 10px;
59         background-position: bottom left;
60 }
61 .tipsy-e .tipsy-arrow {
62         top: 50%;
63         margin-top: -5px;
64         right: 1px;
65         width: 5px;
66         height: 11px;
67         background-position: top right;
68 }
69 .tipsy-w .tipsy-arrow {
70         top: 50%;
71         margin-top: -5px;
72         left: 0px;
73         width: 6px;
74         height: 11px;
75 }