-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
68 lines (57 loc) · 1.04 KB
/
theme.css
File metadata and controls
68 lines (57 loc) · 1.04 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
@import url(http://fonts.googleapis.com/css?family=Oswald|Merriweather:300,300italic,800,800italic);
body {
font-family: "Merriweather", sans-serif;
font-weight: 300;
max-width: 980px;
margin: 0 auto;
padding: 1em;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Oswald", sans-serif;
font-weight: 400;
}
.figure {
width: 33%;
min-width: 200px;
margin: 20px;
float: right;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
text {
font-size: 11px;
pointer-events: none;
}
.group path {
stroke: #000;
}
path.chord {
stroke-width: 0;
fill-opacity: 1;
}
.chart {
margin: 5em 0;
}
.node rect {
cursor: move;
fill-opacity: 1;
shape-rendering: crispEdges;
stroke-opacity: 0;
}
.node text {
pointer-events: none;
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 0 1px #fff;
font-size: 14px;
font-family: "Merriweather", sans-serif;
}
.link {
stroke-opacity: 0.4;
fill-opacity: 0;
}
.link:hover {
stroke-opacity: 1;
fill-opacity: 0;
}