-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
91 lines (85 loc) · 1.51 KB
/
theme.css
File metadata and controls
91 lines (85 loc) · 1.51 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
html,body {
background-color: #000;
color: #fff;
font-family: helvetica, arial, sans-serif;
margin: 0;
padding: 0;
font-size: 12pt;
}
#canvas {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
image-rendering: pixelated;
image-rendering: -webkit-optimize-contrast;
ms-interpolation-mode: nearest-neighbor;
-webkit-interpolation-mode: nearest-neighbor;
}
.button {
background-image: url(media/iphone-buttons.png);
background-repeat: no-repeat;
width: 192px;
height: 32px;
position: absolute;
bottom: 0px;
display: none;
}
-webkit-touch-callout: none;
-webkit-user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: none;
#close{
}
#buttonLeft {
position: absolute;
top: 50%;
left: 10%;
width: 32px;
background-position: -32px;
height: 32px;
visibility:hidden;
}
#buttonUp { position: absolute;
top: 10%;
left: 50%;
width: 32px;
background-position: -64px;
height: 32px;
visibility:hidden; }
#buttonDown { position:absolute;
top:90%;
left: 50%;
width: 32px;
height: 32px;
background-position: -96px;
visibility:hidden;
}
#buttonRight { position:absolute;
top:50%;
left: 90%;
width: 32px;
height: 32px;
background-position: 0px;
visibility:hidden;
}
#buttonShoot {
position:absolute;
top:90%;
left:10%;
width: 32px;
height: 32px;
background-position: -128px;
visibility:hidden;
}
#buttonJump {
position:absolute;
top:90%;
left:90%;
width: 32px;
height: 32px;
background-position: -160px;
visibility:hidden;
}