-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
133 lines (123 loc) · 2.1 KB
/
style.css
File metadata and controls
133 lines (123 loc) · 2.1 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
@charset "utf-8";
/*start #pacman*/
#pacman{
height:186px;
width:690px;
position:relative;
top:10px;
background:none repeat scroll 0 0 black;
}
#game{
height:136px;
width:600px;
background-image:url(images/pacman.png);
background-position:-320px 0px;
background-repeat:no-repeat;
position:absolute;
left:45px;
top:25px;
overflow:hidden;
display:none;
}
#game *{
overflow:hidden;
position:absolute;
}
#beforeGame{
width:585px;
height:120px;
position:absolute;
top:40px;
left:50px;
}
#pro-bar1{
background:none repeat scroll 0 0 #999900;
width:230px;
height:2px;
overflow:hidden;
position:absolute;
top:120px;
left:175px;
}
#pro-bar2{
background:none repeat scroll 0 0 #FFFF00;
width:0px;
height:2px;
overflow:hidden;
position:absolute;
top:120px;
left:175px;
}
#logo{
background-image:url(images/logo.jpg);
height:88px;
width:330px;
}
#pcm-do{
display:block;
background:none repeat scroll 0 0 #FFAAA5;
height:2px;
width:19px;
left:263px;
top:45px;
}
#pcm-re{
background-image:url(images/pacman.png);
background-repeat:no-repeat;
background-position:-200px 0px;
height:8px;
left:250px;
top:97px;
width:48px;
z-index:120;
}
#game .pcm-d{
background:none repeat scroll 0 0 #F8B090;
height:2px;
margin-left:3px;
margin-top:3px;
width:2px;
z-index:100;
}
/*start #actor*/
#game .pcm-ac{
height:16px;
margin-left:-4px;
margin-top:-4px;
width:16px;
z-index:110;
background-image:url(images/pacman.png);
background-repeat:no-repeat;
}
/*start actor0*/
#game .wangxiao{
background-position:-40px 0px;
left:268px;
top:120px;
}
#game .actor1{
background-position:-100px -80px;
left:268px;
top:32px;
}
#game .actor2{
background-position:-40px -100px;
left:284px;
top:56px;
}
#game .actor3{
background-position:0px -120px;
left:252px;
top:56px;
}
#game .actor4{
background-position:0px -140px;
left:268px;
top:56px;
}
/*end #actor*/
#poweredby p a{
font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:10px;
}
/*end #pacman*/