-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
55 lines (53 loc) · 770 Bytes
/
main.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
#northMap {
width:600px;
height:500px;
margin-left: 5%;
margin-top:70px;
}
#southMap {
width:600px;
height:500px;
float:right;
margin-right:5%;
margin-top:70px;
}
#northform {
margin-left: 5%;
width:600px;
}
#southform {
margin-right: 5%;
float:right;
width:600px;
}
#sliderN{
width:600px;
margin-top: 10px;
}
#sliderS{
float:right;
width:600px;
margin-top: 10px;
}
.scale{
display: block;
margin-left: auto;
margin-right: auto;
margin-top:70px;
}
.ui-slider-handle {
top:-4px !important;
margin-left: -1px !important;
}
#titleStuff{
margin-top: 70px;
font-size: 90px;
text-align: center;
}
.bottom{
text-align: center;
}
.easter{
text-align: center;
color:white!important;
}