forked from okonet/cooltips
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtooltips.css
More file actions
49 lines (46 loc) · 1.6 KB
/
tooltips.css
File metadata and controls
49 lines (46 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/* Tooltips CSS definitions */
.tooltip {
position: absolute!important;
overflow:hidden;
font-size: 12px;
z-index: 10000!important;
}
.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
.tooltip .xb1 { margin: 0 5px; background: #333; }
.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
.tooltip .xb3 { margin: 0 2px; }
.tooltip .xb4 { height: 2px; margin: 0 1px; }
.tooltip .xarrow {
position: relative;
top: 2px; left: 12px;
width: 11px;
height: 7px;
}
.tooltip .xarrow b {
display: block;
background:#666;
border-left:1px solid #333;
border-right:1px solid #333;
font-size:1px;
height: 1px;
}
.tooltip .xarrow .a1 { margin: 0 5px; background-color: #333; border: 0 solid; width: 1px; }
.tooltip .xarrow .a2 { width: 1px; margin: 0 4px;}
.tooltip .xarrow .a3 { width: 3px; margin: 0 3px;}
.tooltip .xarrow .a4 { width: 5px; margin: 0 2px;}
.tooltip .xarrow .a5 { width: 7px; margin: 0 1px;}
.tooltip .xarrow .a6 { width: 9px; margin: 0 0px;}
.tooltip .xboxcontent {
padding: 0 .5em;
margin: 0;
color: #000;
text-shadow: 1px 1px 0px #CCC;
word-wrap:break-word;
border: 1px solid #333;
border-width: 0px 1px 0 1px;
background-color: #666;
}