aboutsummaryrefslogtreecommitdiff
path: root/ui/ui.css
blob: 8431ecf00003bba3a0c3886421e282cf8804b48d (plain)
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
/* Center the plots */
.dy {
  margin: 0 auto;
  width: 50em;
}

/* main metric */
#proportionsDy {
  width: 1000px;
  height: 600px;
}

#num-reports-dy {
  width: 1000px;
  height: 300px;
}

#mass-dy {
  width: 1000px;
  height: 300px;
}

#metricDesc {
  font-style: italic;
}

body {
  /*margin: 0 auto;*/
  /*text-align: left;*/
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

p {
  text-align: center;
}

/* R NA values */
.na {
  color: darkred;
}

#status {
  text-align: center;
  font-size: x-large;
  color: darkred;
}