-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
64 lines (54 loc) · 842 Bytes
/
main.css
File metadata and controls
64 lines (54 loc) · 842 Bytes
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
html {
font-family: 'Lora', serif;
}
a, a:visited, a:active {
color: #444;
}
.container {
max-width: 900px;
margin: auto;
}
.button {
min-width: 130px;
padding: 4px 5px;
cursor: pointer;
text-align: center;
font-size: 13px;
font-family: 'Lora', serif;
border: 1px solid #e0e0e0;
text-decoration: none;
}
.button.active {
background-color: #73A9A6;
color: #000;
}
#vis {
width: 940px;
height: 950px;
clear: both;
margin-bottom: 10px;
}
#toolbar {
margin-top: 10px;
left:35%;
}
.noc {
font-size: 10px;
fill: #000;
cursor: default;
}
.tooltip {
position: absolute;
top: 400px;
left: 400px;
/* border-radius: 5px; */
border: 1px solid #000;
background: #fff;
opacity: .9;
color: black;
padding: 5px;
width: 150px;
font-size: 10px;
z-index: 10;
}
.activetool {stroke: white;}