-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhell.css
More file actions
105 lines (95 loc) · 1.8 KB
/
hell.css
File metadata and controls
105 lines (95 loc) · 1.8 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.scene
{
background:url(back.png);
background-repeat:repeat;
}
.brick{
width:120px;
height:8px;
background-color:red;
border:solid 1px black;
position:absolute;
}
#man
{
position:absolute;
/*2013-04-08 basilwang don't know why we can't get null value of style.left
left:30%;
top:0px;
*/
display:none;
}
#fps_count
{
position:absolute;
right:50px;
top:20px;
width:200px;
height:10px;
z-index:50;
font-size:25px;
}
#bg .score{
position:absolute;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#0FF;
z-index:999;
background-color:#666;
width:500px;
height:30px;
text-align:center;
}
#thorn
{
position:absolute;
z-index:999;
background:url(ue.png);
width:450px;
height:20px;
text-align:center;
top:38px;
left:28px;
display:none;
}
#score{
color:#F60;
font-size:18px;
}
#wall
{
position:absolute;
z-index:999;
background:url(mai.png);
width:500px;
height:670px;
text-align:center;
top:38px;
display:none;
}
#startBtn{
background-image:url(btn.png);
position:absolute;
left:200px;
top:250px;
cursor:pointer;
width:100px;
height:100px;
overflow:hidden;
}
#bat
{ position:absolute;
background-color:#06F;
width:500px;
height:700px;
}
#title
{ position:absolute;
font-size:30px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#9C0;
z-index:999;
left:140px;
top:200px;
font-weight:bold;
}