-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
146 lines (120 loc) · 1.98 KB
/
Copy pathstyles.css
File metadata and controls
146 lines (120 loc) · 1.98 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
header {
z-index: 1;
background-color: #DDA185;
position: relative;
width: auto;
top: 0;
left: 0;
right: 0;
height: 100px;
border-bottom: 3px solid rgb(239, 236, 234);
}
header h1 {
font-family: Georgia, serif;
padding-top: 20px;
font-size: 50px;
font-weight: bold;
color: #AB3334;
text-shadow: -1px -1px rgb(239, 236, 234), 1px 1px #331919;
margin: 0px;
text-align: center;
}
body {
margin: 0px;
}
p {
font-family: Georgia, serif;
}
.sphere {
fill: rgb(199, 208, 213);
opacity: .8
}
.countries:hover {
stroke-width: 2.5;
stroke: #ab3334;
}
div.tooltip {
position: absolute;
text-align: center;
width: auto;
height: auto;
padding: 4px;
font: 12px sans-serif;
background: #93B1C6;
border: 0px;
border-radius: 8px;
pointer-events: none;
}
.lineLegend {
font-size: 12px;
font: sans-serif;
text-anchor: start;
}
.mappp{
position: absolute;
top: 80px;
}
.year_slider {
font-family: Georgia, serif;
position: absolute;
left: 50px;
top: 90px;
}
.description {
text-indent:2em;
font-family: Georgia, serif;
position: absolute;
line-height: 150%;
width: auto;
padding-right: 23px;
left: 950px;
top: 150px;
}
.anotation {
font-family: serif;
text-anchor: start;
font: 14px serif;
}
.attack_text {
font-family: serif;
text-anchor: end;
font: 14px serif;
}
#btn1 {
position: absolute;
left: 812px;
top: 120px;
}
.linechart {
position: absolute;
left: 900px;
top: 120px;
}
#btn2 {
position: absolute;
left: 1340px;
top: 760px;
padding: 0px 15px;
}
#hint {
background-color: rgb(239, 236, 234);
position: absolute;
left: 1045px;
top: 460px;
border: 2px dashed rgb(99, 95, 93);
padding: 30px 35px;
}
#hint p{
color: rgb(99, 95, 93);
font-family: serif;
}
#x_axis{
stroke-width: 2px;
}
#y_axis{
stroke-width: 2px;
}
#legend {
font-size: 12px;
font: sans-serif;
}