-
Notifications
You must be signed in to change notification settings - Fork 0
/
map.css
107 lines (90 loc) · 1.3 KB
/
map.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
95
96
97
98
99
100
101
102
103
104
105
106
107
body {
white-space: nowrap;
overflow: auto;
}
#content {
margin: -20px auto;
width: 1000px;
}
#banner {
width: 100%;
height: 60px;
}
#banner-right {
float:right;
}
#portal {
position: relative;
float: left;
display: inline-block;
height: 600px;
width: 502px;
//border: 3px solid black;
margin-left: 60px;
margin-top: 90px;
}
#mapCanvas {
position: absolute;
margin: 0 auto;
border: 1px solid black;
}
#side-bar {
position: relative;
display: inline-block;
height: 500px;
width: 502px;
margin-top: 90px;
margin-left: 60px;
}
.modifiers {
position: relative;
margin-left: 30px;
margin-top: 10px;
border: 1px solid black;
height: 80px;
width: 250px;
}
.modifier-text {
margin-top: 30px;
margin-left: 10px;
}
.modifier-input {
float: right;
margin-right: 10px;
}
#roughness {
margin-top: 0px;
}
#roughness-input {
width:4em;
float:right;
margin-right: 10px;
}
#altitude-input {
float:right;
margin-right: 10px;
}
#create {
text-align: center;
width: 200px;
margin-left: 55px;
cursor: pointer;
color: ;
}
.create-hover {
background-color: #E0E0E0;
position: relative;
margin-left: 30px;
margin-top: 10px;
border: 1px solid black;
height: 80px;
width: 250px;
}
.create-text {
color: #5E5E5E;
margin-top: 30px;
margin-left: 0px;
}
.create-text-hover {
color: #0A0A0A;
}