-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsievestyles.css
More file actions
116 lines (99 loc) · 1.58 KB
/
sievestyles.css
File metadata and controls
116 lines (99 loc) · 1.58 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#overview {
width: 960px;
margin-left: 1px;
}
#group{
float: left;
width: 480px;
}
#sites{
float: left;
width: 345px;
}
.brush .extent {
stroke: steelblue;
fill-opacity: .125;
shape-rendering: crispEdges;
}
.overlay {
fill: rgba(0, 0, 0, .1);;
pointer-events: all;
}
#options {
width: 370;
right: 20px;
border: 1px solid black;
}
table {
border-spacing: 5px 10px;
}
.title {
color: #492a7c;
font-size: 24pt;
display: block;
}
.subtitle {
font-size: 12pt;
}
#sievehelplink {
color: #24153E;
}
#generaltoolhelp {
width: auto;
height: auto;
top: 5%;
}
.help {
outline:none;
text-decoration: underline;
font-size: 10px;
}
.help:hover {
text-decoration:none;
}
.help span {
z-index:10;display:none; padding:14px 20px;
margin-top:-30px; margin-left:28px;
width:300px; line-height:16px;
}
.help:hover span{
display:inline; position:absolute; color:#111;
border:1px solid #DCA; background:#fffAF0;}
.selectionfieldset {
display: inline-block;
}
.y.axis path {
display: none;
}
.box .whisker {
stroke: #000;
stroke-width: 1px;
}
.box .median {
stroke: #000;
stroke-width: 2px;
}
.box .middle50 {
fill: #fff;
stroke: #000;
stroke-width: 1px;
}
.box .outer25 {
stroke: #000;
stroke-width: 1px;
stroke-dasharray: 3,3;
}
.box .outlier {
fill: #fff;
stroke: #666;
stroke-width: 1px;
}