-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
94 lines (82 loc) · 1.36 KB
/
style.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
86
87
88
89
90
91
92
93
94
/*Some code used from http://bl.ocks.org/nelliemckesson/5315143*/
body {
background-color: #ADD8E6;
}
text {
position: relative;
color: black;
font-family: sans-serif;
font-size: 25px;
left:1100px;
top:100px;
z-index: -1;
}
.headertxt {
text-align: center;
font-family: sans-serif;
}
.chart rect:first-of-type {
position: absolute;
color: #fff;
stroke: #3994b6;
fill: #7fbf7b;
z-index: 1;
}
.chart rect:nth-of-type(2) {
position: absolute;
color: #fff;
fill: #af8dc3;
z-index: 1;
}
.title {
display: block;
margin-left: auto;
margin-right: auto;
}
.svg-container {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 100%;
overflow: hidden;
min-height:700px;
min-width:800px;
z-index: 0;
}
.svg-content {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.plane {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: auto;
display: block;
width: auto;
height: auto;
max-width: 500px;
max-height: 700px;
z-index: 2;
}
.btn_img {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: -auto;
display: block;
width: auto;
height: auto;
max-width: 75px;
z-index: 2;
}
.button {
position:absolute;
padding:1px;
}
h1 {
text-align: center;
color: #5257b8;
}