-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
164 lines (134 loc) · 2.15 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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
#spielbehalter {
position: absolute;
}
#hauptteil {
width: 800px;
height: 600px;
background: url("img/hintergrund.jpg");
}
.spiel {
width: 100%;
height: 100%;
position: absolute;
display: none;
}
#startbild {
padding: 150px 80px;
}
.klickmich {
margin: 10px;
padding: 10px;
}
#losSpiel {
width: 120px;
height: 42px;
background: url("img/buttons.png") 0px -10px;
cursor: pointer;
}
#hilfe1 {
width: 120px;
height: 54px;
background: url("img/buttons.png") 0px 55px;
cursor: pointer;
}
.btns .btn {
width: 50px;
height: 60px;
display: inline-block;
}
.btns {
margin: 20px;
cursor: pointer;
}
.btns span{
color: white;
font: 30px "Comic Sans MS";
margin-bottom: -20px;
margin-left: 10px;
}
.nachricht {
width: 500px;
height: 300px;
margin: 150px auto;
background: rgba(140, 140, 140, 0.4);
padding: 10px;
}
#weiter {
background: url("img/buttons.png") 50px 0px;
}
#neustart {
background: url("img/buttons.png") 50px 60px;
}
#hauptmenu {
background: url("img/buttons.png") -200px 0px;
}
.btns1 .btn {
width: 25px;
height: 25px;
display: inline-block;
}
.btns1 {
margin: 10px;
}
.btns1 span{
color: white;
font: 20px "Comic Sans MS";
margin-bottom: -5px;
margin-left: 10px;
}
#upkey {
background: url("img/keys.png") 0px 0px;
}
#downkey {
background: url("img/keys.png") 0px 25px;
}
#pkey {
background: url("img/keys.png") 25px 0px;
}
#hkey {
background: url("img/keys.png") 25px 25px;
}
#wkey {
background: url("img/keys.png") 50px 0px;
}
#skey {
background: url("img/keys.png") 50px 25px;
}
#zuruck {
width: 90px;
height: 35px;
background: url("img/back.png");
cursor: pointer;
margin-left: 20px;
}
#kontrol {
padding: 0% 30%;
}
.btn2 {
display: inline-block;
cursor: pointer;
width: 50px;
height: 60px;
margin-left: 30px;
}
#musik {
background: url("img/buttons.png") 160px 65px;
}
#hilfebtn {
background: url("img/buttons.png") 160px 0px;
}
#title {
color: rgba(40,40,40,1);
font: 26px "Comic Sans MS";
}
#neustart1 {
background: url("img/buttons.png") 50px 60px;
}
#hauptmenu1 {
background: url("img/buttons.png") -200px 0px;
}