Plugin UnivBristol by Frederic Francois
[myslice.git] / plugins / univbristopo / static / css / tooltip.topology.css
1 #tt {
2  position:absolute;
3  display:block;
4  //background:url(images/tt_left.gif) top left no-repeat;
5  }
6 #tttop {
7  display:block;
8  height:5px;
9  margin-left:5px;
10  //background:url(images/tt_top.gif) top right no-repeat;
11  overflow:hidden;
12  }
13
14
15 #ttcont {
16         background-color:#111111;
17         border:0px;
18         padding:10px 10px;
19         width:200px;
20         color:#fff;
21         text-align:left;
22         font-size:10px;
23         /* outline radius for mozilla/firefox only */
24         -moz-box-shadow:0 0 10px #000;
25         -webkit-box-shadow:0 0 2px #000;
26         -moz-border-radius: 15px 15px 15px 0px;
27         -webkit-border-radius: 15px 15px 15px 0px;
28         border-radius:  10px 10px 10px 4px;
29         opacity:0.85;
30         /* IE 8 */
31         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
32         /* IE 5-7 */
33         filter: alpha(opacity=85);
34         /* Netscape */
35         -moz-opacity: 0.85;
36         /* Safari 1.x */
37         -khtml-opacity: 0.85;
38
39
40
41 }
42 #ttbot {
43 display:block;
44 height:5px;
45 margin-left:5px;
46 //background:url(images/tt_bottom.gif) top right no-repeat;
47 overflow:hidden;
48 }