Added many things I can't recall but it has to do with inventory system and some minor fixes .. it's cool

This commit is contained in:
Lukas Moungos
2019-09-04 20:28:51 +02:00
parent 672702eef5
commit 068f3e2d91
34 changed files with 1057 additions and 269 deletions

View File

@@ -13,6 +13,8 @@ body {
margin: 0;
padding: 0;
}
/* buttons */
#buttonbenutzen {
background-color: #4CAF50; /* gruen */
border: none;
@@ -73,6 +75,18 @@ body {
position: relative;
left: 18%;
}
#Fahrzeug {
background-color: #008CBA; /* blau */
border: none;
color: white;
padding: 12px 24px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
position: relative;
left: 1.5%;
}
button {
width: 125px;
@@ -100,12 +114,13 @@ h2 {
.box1 {
float: left;
width: 50%;
top:auto;
}
.box2 {
padding: 2px;
top: auto;
}
padding: 2px;
padding-bottom:30px;
}
h4 {
font-family: 'Roboto', sans-serif;
@@ -120,25 +135,46 @@ h4 {
.pakWrapper {
background: rgba(0,0,0,0.4);
height: 170px;
width: 394px;
display: block;
padding: 5px;
position: absolute;
left: 38%;
top: 35%;
}
.pInvWrapper {
background: rgba(0,0,0,0.6);
height: 395px;
width: 394px;
display: block;
padding: 5px;
position: absolute;
left: 25%;
top: 0;
}
.pukWrapper {
background: rgba(0,0,0,0.4);
height: 395px;
width: 394px;
display: block;
padding: 5px;
position: absolute;
left: 55%;
top: 0;
left: 10%;
}
.pKofWrapper {
background: rgba(0,0,0,0.6);
height: 395px;
width: 394px;
display: block;
padding: 5px;
position: absolute;
left: 40%;
}
.fahrzeugWrapper {
background: rgba(0,0,0,0.6);
height: 395px;
width: 394px;
display: block;
padding: 5px;
position: absolute;
left: 40%;
top: 50%;
}
#invContainer{
width: 110%;
@@ -149,13 +185,22 @@ h4 {
padding: 0px 10px;
}
#hanContainer {
width: 110%;
height: auto;
#kofContainer{
width: 110%;
height: auto;
}
#hanContainer h3 {
padding: 0px 10px;
#kofContainer h3 {
padding: 0px 10px;
}
#fahrzeugContainer{
width: 110%;
height: auto;
}
#fahrzeugContainer h3 {
padding: 0px 10px;
}
.itemSlot {
@@ -266,6 +311,17 @@ h4 {
color: white;
}
/*Handelfenster */
.Betrag {
background: rgba(0,0,0,0.6);
height: 100%;
width: 100%;
display: block;
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
}
#tf_betrag {
background-color: #008CBA; /* blau */
border: none;