-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforestPlot.css
More file actions
95 lines (80 loc) · 1.44 KB
/
forestPlot.css
File metadata and controls
95 lines (80 loc) · 1.44 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
.hidden{
display:none;
}
* {
padding: 0;
margin: 0;
font-family: 'Open Sans';
}
#title {
width: 96%;
padding: 0 0 12px 0;
border-bottom: 2px solid lightgray;
margin: 24px 2% 12px 2%;
font-size: 32px;
font-weight: normal;
}
#subtitle {
width: 96%;
margin: 0 2% 12px 2%;
font-size: 24px;
font-weight: lighter;
}
#info {
text-align: center;
color: #004085;
background-color: #cce5ff;
border:1px solid #b8daff;
padding: 0.5em;
margin: 0 2% 12px 2%;
border-radius:0.2em
}
#container {
width: 96%;
margin: 12px 2%;
display: inline-block;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
* {
padding: 0;
margin: 0;
font-family: 'Open Sans';
}
#details {
color:#999;
font-size:small;
margin: 0 2% 12px 2%;
border-radius:0.2em
}
.slider-wrap{
width: 300px;
padding-right:2em;
display:inline-block;
}
.label{
font-weight:1000;
}
table.dataTable thead th.axis{
padding-bottom: 0px;
vertical-align:bottom;
}
table.dataTable thead .axis svg {
font-size:10
}
table.dataTable thead .axis path {
fill:none;
stroke:none;
}
table.dataTable thead .axis line {
fill: none;
stroke: #999;
shape-rendering: crispEdges;
}
/* Match padding for header */
table.dataTable tbody td.plot{
padding:10px 18px
}
.diffs{
width:50%
}