-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbowplot.css
63 lines (53 loc) · 882 Bytes
/
bowplot.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
body {
font-family: xcharter;
}
.box {
font: 14px xcharter;
}
.box line,
.box rect,
.box circle {
fill: white;
stroke: #000;
stroke-width: 1px;
}
.box .center {
stroke-dasharray: 3,3;
}
.box .outlier {
fill: none;
stroke: #000;
}
.box .separator line {
stroke: #afafaf;
stroke-width: 1;
stroke-linecap: round;
stroke-dasharray: 1, 5;
shape-rendering: crispEdges;
}
.box .tickLines line {
stroke: #afafaf;
stroke-width: 1;
stroke-linecap: round;
/* stroke-dasharray: 1, 5;
shape-rendering: crispEdges;
*/}
line.median {
stroke: red;
stroke-width: 2px;
stroke-linecap: round;
}
.axis {
font: 16px xcharter;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}