-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
97 lines (80 loc) · 1.27 KB
/
Copy pathindex.css
File metadata and controls
97 lines (80 loc) · 1.27 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
.config {
visibility: hidden;
}
#myWebGLCanvas {
z-index: -1;
}
#play_game {
width: 167px;
height: 62px;
position: absolute;
left: 180px;
z-index: 2;
visibility: inherit;
}
#play_game.play {
content: url("img/play.png");
top: 340px;
}
#play_game.play:hover {
content: url("img/play_highlight.png");
top: 340px;
}
#play_game.next {
content: url("img/nextlevel.png");
top: 280px;
}
#play_game.next:hover {
content: url("img/nextlevel_highlight.png");
top: 280px;
}
#pause_game {
position: absolute;
height: 15px;
width: auto;
}
#pause_game.play {
content: url(img/pause.png);
top: 15px;
left: 490px;
}
#pause_game.pause {
content: url("img/continue.png");
top: 15px;
left: 490px;
}
#statistics {
position: absolute;
left: 30px;
top: 10px;
z-index: 1;
}
.info_value {
width: 100px;
}
.info {
font-weight:bold;
color: green;
font-family: "Agency FB";
}
#title {
position: absolute;
z-index: 2;
height: auto;
width: 520px;
left: 0;
}
#title.intro {
content: url("img/title.png");
top: 65px;
}
#title.over {
content: url("img/gameOver.png");
top: 150px;
}
audio {
visibility: hidden;
}
.test {
visibility: hidden;
}