-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTreemap.css
78 lines (62 loc) · 1.17 KB
/
Treemap.css
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#right-container {
display:none;
}
#infovis {
width:800px;
}
#infovis div {
position:absolute;
overflow:hidden;
font-size:11px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#infovis .content {
background-color:#333;
border:0px solid #111;
}
#infovis .head {
color:white;
background-color:#444;
}
#infovis .head.in-path {
background-color:#655;
}
#infovis .body {
background-color:black;
}
#infovis .leaf {
color:white;
background-color:#111;
display:table-cell;
vertical-align:middle;
border:1px solid #000;
}
#infovis .over-leaf {
border:1px solid #9FD4FF;
}
#infovis .over-content {
background-color: #9FD4FF;
}
#infovis .over-head { /* boy i'm funny! */
background-color:#A4D9FF;
color:black;
}
/*TOOLTIPS*/
.tip {
color: #fff;
width: 139px;
background-color: black;
opacity:0.9;
filter:alpha(opacity=90);
font-size:10px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
padding:7px;
}
.album {
width:100px;
margin:3px;
}
input {
font-size:10px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}