-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
67 lines (67 loc) · 942 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
56
57
58
59
60
61
62
63
64
65
66
67
* {
margin: 0;
padding: 0;
}
#map {
z-index: -3;
position: absolute;
}
#units {
z-index: -2;
}
#touch {
z-index: -1;
}
#touch, #units, #click {
position: absolute;
}
#day-display {
position: absolute;
font-family: sans-serif;
margin: 1em;
}
#right-click-menu {
position: absolute;
background: #fdfdfd;
font-family: monospace;
border-radius: 1px;
border: 2px solid #5a5a5a;
z-index: 1;
cursor: pointer;
display: none;
left: 212px;
top: 40px;
}
#right-click-menu ul {
list-style-type: none;
}
#right-click-menu li {
text-align: center;
padding: 10px;
}
#right-click-menu li:hover {
font-weight: bold;
}
#login-password,
#login-username {
position: absolute;
left: 15px;
padding: 5px;
z-index: 1;
}
#login-username {
top: 40px;
}
#login-password {
top: 70px;
}
#login-btn {
position: absolute;
top: 40px;
left: 157px;
height: 20px;
z-index: 1;
padding: 11px;
-webkit-appearance: inherit;
line-height: 0px;
}