2024-06-27 09:29:23 +02:00
|
|
|
*{
|
2024-07-04 11:15:55 +02:00
|
|
|
color: black;
|
2024-06-27 09:29:23 +02:00
|
|
|
font-size: 30px;
|
|
|
|
}
|
2024-08-29 08:52:12 +02:00
|
|
|
body{
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2024-06-27 09:29:23 +02:00
|
|
|
#spielRaum{
|
|
|
|
width: 1000px;
|
2024-09-03 11:20:32 +02:00
|
|
|
height: 800px;
|
2024-07-02 10:20:56 +02:00
|
|
|
margin: auto;
|
2024-09-03 11:20:32 +02:00
|
|
|
background-image: url("../pics/background.jpg");
|
2024-06-27 09:29:23 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
body{
|
|
|
|
height: 100%;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2024-06-27 09:36:42 +02:00
|
|
|
#tom img{
|
|
|
|
width: 300px;
|
2024-06-27 09:29:23 +02:00
|
|
|
}
|
2024-07-04 10:23:32 +02:00
|
|
|
#tom{
|
|
|
|
position: fixed;
|
2024-09-01 12:58:17 +02:00
|
|
|
display: none;
|
2024-07-04 10:23:32 +02:00
|
|
|
}
|
2024-08-22 09:59:10 +02:00
|
|
|
#fuchs {
|
2024-08-29 08:36:56 +02:00
|
|
|
position: relative;
|
2024-08-29 08:52:29 +02:00
|
|
|
bottom: -400px;
|
2024-09-01 20:05:11 +02:00
|
|
|
z-index: 59;
|
2024-08-22 09:59:10 +02:00
|
|
|
}
|
2024-06-27 09:36:42 +02:00
|
|
|
#fuchs img{
|
2024-06-27 09:29:23 +02:00
|
|
|
width: 200px;
|
2024-06-27 11:00:09 +02:00
|
|
|
left: 50px;
|
2024-07-04 11:19:55 +02:00
|
|
|
z-index: 60;
|
2024-06-27 09:29:23 +02:00
|
|
|
}
|
2024-06-27 09:36:42 +02:00
|
|
|
#enemy img{
|
2024-06-27 09:29:23 +02:00
|
|
|
width: 220px;
|
2024-09-01 20:05:11 +02:00
|
|
|
z-index: 51;
|
2024-07-04 10:23:32 +02:00
|
|
|
}
|
|
|
|
#enemy{
|
2024-09-01 19:58:05 +02:00
|
|
|
position: relative;
|
|
|
|
width: 20%;
|
|
|
|
float: right;
|
|
|
|
z-index: 50;
|
2024-09-01 12:58:17 +02:00
|
|
|
}
|
|
|
|
#enemyZahl{
|
|
|
|
text-align: center;
|
2024-09-03 11:20:32 +02:00
|
|
|
color: white;
|
|
|
|
text-shadow:
|
|
|
|
2px 2px 2px black,
|
|
|
|
-2px 2px 2px black,
|
|
|
|
2px -2px 2px black,
|
|
|
|
-2px -2px 2dvi black;
|
|
|
|
font-weight: bold;
|
2024-07-04 11:15:55 +02:00
|
|
|
}
|
|
|
|
.flexbox{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
#rechnungen{
|
2024-08-22 09:59:10 +02:00
|
|
|
padding: 0px;
|
2024-07-04 11:19:55 +02:00
|
|
|
position: relative;
|
2024-08-22 09:59:10 +02:00
|
|
|
top: 1px;
|
2024-08-31 19:38:24 +02:00
|
|
|
justify-content: space-between;
|
|
|
|
width: 100%;
|
2024-07-04 11:15:55 +02:00
|
|
|
}
|
|
|
|
#rechnung1, #rechnung2 {
|
2024-09-01 12:58:17 +02:00
|
|
|
width: 20%;
|
2024-07-04 11:15:55 +02:00
|
|
|
padding: 20px;
|
|
|
|
text-align: center;
|
|
|
|
z-index: 10;
|
2024-08-29 08:47:40 +02:00
|
|
|
position: relative;
|
2024-07-04 11:15:55 +02:00
|
|
|
}
|
2024-08-27 10:17:35 +02:00
|
|
|
#rechnung1{
|
|
|
|
background-color: rgb(0, 225, 255);
|
|
|
|
border-radius: 15px;
|
|
|
|
outline: 8px solid black;
|
2024-08-31 19:38:24 +02:00
|
|
|
left: 20px;
|
2024-08-27 10:17:35 +02:00
|
|
|
}
|
2024-08-29 08:47:40 +02:00
|
|
|
|
2024-08-27 10:17:35 +02:00
|
|
|
#rechnung2{
|
|
|
|
background-color: red;
|
|
|
|
border-radius: 15px;
|
|
|
|
outline: 8px solid black;
|
2024-08-31 19:38:24 +02:00
|
|
|
right: 20px;
|
2024-07-04 11:15:55 +02:00
|
|
|
}
|
2024-08-29 08:23:25 +02:00
|
|
|
#fuchsZahl{
|
2024-08-29 08:58:03 +02:00
|
|
|
padding-left: 100px;
|
2024-09-03 11:20:32 +02:00
|
|
|
font-size: 40px;
|
|
|
|
font-weight: bold;
|
2024-08-31 19:38:24 +02:00
|
|
|
width: 10%;
|
2024-09-01 20:05:11 +02:00
|
|
|
z-index: 59;
|
2024-09-03 11:20:32 +02:00
|
|
|
color: white;
|
|
|
|
text-shadow:
|
|
|
|
2px 2px 2px black,
|
|
|
|
-2px 2px 2px black,
|
|
|
|
2px -2px 2px black,
|
|
|
|
-2px -2px 2dvi black;
|
2024-08-29 08:23:25 +02:00
|
|
|
}
|
2024-08-31 19:38:24 +02:00
|
|
|
#hitbox1, #hitbox2{
|
|
|
|
width: 50px;
|
|
|
|
height: 10px;
|
2024-09-01 19:20:47 +02:00
|
|
|
}
|
|
|
|
#restartButton
|
|
|
|
{
|
|
|
|
width: 200px;
|
|
|
|
height: 100px;
|
2024-09-01 20:15:12 +02:00
|
|
|
position: relative;
|
|
|
|
left: 40%;
|
|
|
|
top: -10%;
|
2024-09-01 19:20:47 +02:00
|
|
|
display:none;
|
2024-09-01 19:58:05 +02:00
|
|
|
background-color: orange;
|
|
|
|
border-radius: 15px;
|
|
|
|
outline: 8px solid black;
|
|
|
|
}
|
|
|
|
#winText, #loseText{
|
2024-09-01 20:15:12 +02:00
|
|
|
width: 30%;
|
2024-09-01 19:58:05 +02:00
|
|
|
display: none;
|
2024-09-01 20:15:12 +02:00
|
|
|
position: relative;
|
2024-09-01 19:58:05 +02:00
|
|
|
text-align: center;
|
2024-09-01 20:15:12 +02:00
|
|
|
top: -15%;
|
2024-09-01 19:58:05 +02:00
|
|
|
left: 35%;
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 15px;
|
|
|
|
outline: 8px solid black;
|
2024-08-31 19:38:24 +02:00
|
|
|
}
|