This repository was archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchartwizard.css
More file actions
123 lines (102 loc) · 1.8 KB
/
Copy pathchartwizard.css
File metadata and controls
123 lines (102 loc) · 1.8 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
117
118
119
120
121
body {
overflow-y:scroll;
font-family: "Source Sans Pro";
}
h1 {
font-family: "Source Sans Pro";
font-size: 74px;
font-weight: bold;
text-align: center;
}
h2 {
font-family: "Source Sans Pro";
font-size: 34px;
text-align: center;
}
text {
font: 12px sans-serif;
}
svg {
display: block;
}
.nvd3 .nv-groups .nv-point {
stroke-opacity: 1 !important;
stroke-width: 3px;
}
#chart1 svg {
height: 700px;
min-width: 200px;
min-height: 100px;
/* max-width:90%;*/
margin:auto;
/*
margin: 50px;
Minimum height and width is a good idea to prevent negative SVG dimensions...
For example width should be =< margin.left + margin.right + 1,
of course 1 pixel for the entire chart would not be very useful, BUT should not have errors
*/
}
#chart1 {
margin-top: 50px;
margin-left: auto;
}
.masthead {
position: relative;
overflow: hidden;
background-color: #C83215;
text-align: center;
padding-bottom: 50px;
padding-top:70px;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 0px;
border-bottom: none;
}
.masthead h1 {
font-size: 5em;
color: #FFFFFF;
line-height: 1.2;
margin: -20px 0px 0px;
padding-bottom: 0px;
}
.redbull {
margin:auto;
width:90%;
padding-top:60px;
padding-bottom:60px;
}
.prettycolours {
position: relative;
z-index: 9999999999999;
background-color: #ffffff;
width: 100%;
}
.graphItem, .currentDataWrapper {
padding-top:60px;
}
.bread {
margin:auto;
}
.currentDataWrapper {
text-align: center;
}
.footer {
width:100%;
height:130px;
background-color:#efefef;
padding-top: 20px;
text-align:center;
}
.footer h3 {
font-weight: normal;
}
.footer h4 {
font-weight: normal;
}
.pageDescription {
text-align:center;
padding-top: 50px;
font-size: 20px;
}
.infoPage{
padding-top:35px;
}