74b30a19ae9a2281d3b2a06b962fe400bada590a
[citadel.git] / webcit / static / bt.css
1 /*
2  * Copyright 2005 - 2009 The Citadel Team
3  * Licensed under the GPL V3
4  */
5 .tooltip {
6         width: 300px;
7         color: #000;
8         font:lighter 11px/1.3 sans-serif;
9         text-decoration: none;
10         text-align: left;
11 }
12
13 .tooltip span.top {
14         padding: 30px 8px 0;
15         background: url(bt.gif) no-repeat top
16 }
17
18 .tooltip b.bottom {
19         padding:3px 8px 15px;
20         color: #548912;
21         background: url(bt.gif) no-repeat bottom
22 }