-
Notifications
You must be signed in to change notification settings - Fork 146
/
js-mindmap.css
62 lines (62 loc) · 1.06 KB
/
js-mindmap.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
body {
}
#debug1 {
display:block;
}
.js-mindmap-active h1 {
display:none;
}
.js-mindmap-active section h1 {
display:block;
}
.js-mindmap-active .node {
position:absolute;
top:0;
left:0;
font-family:verdana;
font-size:11px;
color:#003258;
opacity:0.9;
padding:0 7px;
cursor:pointer;
cursor:hand;
z-index:100;
list-style:none;
}
.js-mindmap-active a.node {
font: 30px/34px Arial, sans-serif;
font-size:1em;
letter-spacing: 0;
display:block;
color:white;
text-align:center;
text-decoration:none;
}
.js-mindmap-active .node.active{
font-size:1.5em;
}
.js-mindmap-active .node.active a{
color:#003258;
}
.js-mindmap-active .node.activeparent a{
color:#001228;
}
.js-mindmap-active img.line {
position:absolute;
width:200px;
height:133px;
top:0;
left:0;
display:block;
z-index:0;
}
.ui-draggable {
position:absolute;
}
.js-mindmap-active .node .node-action {
position:absolute;
right:-2em;
bottom:-1px;
text-align:center;
vertical-align:super;
}