-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcooccurrence.css
More file actions
46 lines (30 loc) · 854 Bytes
/
Copy pathcooccurrence.css
File metadata and controls
46 lines (30 loc) · 854 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
@import url(http://fonts.googleapis.com/css?family=Droid+Serif|Droid+Serif:b|Droid+Serif:i|Lato|Lato:b|Lato:i);
html { min-width: 1000px; }
a { color: #57A; }
.miner body {
background: #f7fff0;
color: #430;
font-family: "Lato", sans-serif;
margin: 1em auto 4em auto;
position: relative;
width: 950px;
}
svg { font: 9px sans-serif; }
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.background { fill: #eee; }
line { stroke: #fff; }
text.active { fill: red; font-size: 13px; font-weight: 950; letter-spacing: -.05em;}
.miner aside, .miner h1 { font-family: "Lato", sans-serif; }
.miner h1 { color: #430; }
h1 {
font-size: 48px;
letter-spacing: -1px;
margin: .3em 0 .1em 0;
text-rendering: optimizeLegibility;
}
body > p, li > p { line-height: 1.4em; }
body > p { width: 700px; }