forked from MichaelHoste/xmoto.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
72 lines (66 loc) · 1.24 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
body {
margin: 0px;
padding-bottom: 40px;
}
#content {
position: relative;
width: 1200px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
}
#xmoto {
position: relative;
float: left;
box-shadow: 0px 0px 30px #888;
}
#loading {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 19px;
position: absolute;
top: 234px;
width: 1000px;
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
background-color: black;
opacity: 0.6;
color: white;
}
#restart_text {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 19px;
position: absolute;
top: 430px;
left: 390px;
text-align: center;
padding: 15px;
background-color: black;
opacity: 0.6;
color: white;
display: none;
}
#chrono {
position: absolute;
top: 15px;
left: 860px;
font-size: 20px;
background-color: black;
color: white;
padding: 10px;
width: 103px;
opacity: 0.5;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
padding-top: 8px;
padding-bottom: 8px;
}
#hint {
font-size: 14px;
text-align: left;
float: left;
margin-top: 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
color: #333;
}