-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscattergrams.css
85 lines (68 loc) · 946 Bytes
/
scattergrams.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/*
Colors:
badger red: #b70101
gold: #E7D9C1
black: #000000
medium grey: #C8C5BB
*/
body {
margin:0;
font-family:;
}
.header {
background-color:#b70101;
color:white;
}
.bigheader {
font-size: 400%;
}
.subheader {
font-size:150%;
}
.sidebar {
background-color:#C8C5BB;
color:black;
padding:10px;
margin:0;
}
.viz {
background-color:white;
}
.smallLabel {
font-size: 100%;
}
.midLabel {
font-weight:bold;
}
.bigLabel {
padding-top:20px;
padding-bottom:5px;
text-align:left;
font-size:125%;
font-weight:bold;
}
.vizTitle {
/*width:" + vizw + "px;*/
text-align:center;
font-size:250%;
}
.xName {
font-weight:bold;
font-size:125%;
}
.yName {
font-weight:bold;
font-size:125%;
}
.doiSlider {
width:100px;
vertical-align:middle;
}
.numDatumsSlider {
width:200px;
}
.yearSlider {
width:500px;
}
.doiLegend {
}