Finish WeaponDeal System - Improved Inventory

This commit is contained in:
Lukas Moungos
2019-10-29 17:05:14 +01:00
parent 9ec30fd419
commit 55e0c4005e
9 changed files with 357 additions and 89 deletions

View File

@@ -619,7 +619,7 @@ t#tf_nameorid {
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 0.5vw;
font-size: 0.6vw;
position: relative;
left: 19vw;
top: 13vw;
@@ -634,7 +634,7 @@ t#tf_nameorid {
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
font-size: 0.5vw;
font-color: white;
position: relative;
left: 17.8vw;
@@ -723,7 +723,7 @@ t#tf_nameorid {
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
font-size: 0.5vw;
font-color: white;
position: relative;
left: 17.8vw;
@@ -731,7 +731,7 @@ t#tf_nameorid {
color: #ffffff;
opacity: 0.5;
transition: 0.3s;
}
}i
#tf_cancle3:hover {
opacity: 1
@@ -753,7 +753,7 @@ t#tf_nameorid {
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 0.5vw;
font-size: 0.6vw;
position: relative;
left: 19vw;
top: 13vw;
@@ -768,7 +768,7 @@ t#tf_nameorid {
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 0.5vw;
font-size: 0.7vw;
font-color: white;
position: relative;
left: 21vw;
@@ -784,8 +784,8 @@ t#tf_nameorid {
.BoxBlue {
background-color: #1b1b1b;
height: 10vw;
width: 20vw;
height: 11.1vw;
width: 20.2vw;
position: relative;
margin-top: 11vw;
margin-left: 16vw;
@@ -809,12 +809,12 @@ t#tf_nameorid {
#tf_submitZahlToHandel {
background-color: #008CBA;
border: none;
height: 1vw;
height: 1.4vw;
width: 7vw;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 0.4vw;
font-size: 0.6vw;
position: relative;
left: -3vw;
top: 7vw;
@@ -830,15 +830,15 @@ t#tf_nameorid {
#tf_submitZahlToVehicle {
background-color: #008CBA;
border: none;
height: 1vw;
width: 8vw;
height: 1.3vw;
width: 7.8vw;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 0.5vw;
font-size: 0.6vw;
position: relative;
left: 10.8vw;
top: 5.95vw;
top: 5.45vw;
color: #ffffff;
opacity: 0.5;
transition: 0.3s;
@@ -871,14 +871,14 @@ select.select_box2 {
.blueIcon1 {
position: relative;
height: 3vw;
margin-bottom: -4vw;
margin-bottom: -3.1vw;
margin-left: 13.4vw;
}
.blueIcon2 {
position: relative;
height: 3vw;
margin-bottom: -3.1vw;
margin-bottom: 0.9vw;
margin-left: 3.4vw;
}
@@ -916,3 +916,56 @@ select.select_box2 {
top: 3vw;
color: #ffffff;
}
.alert_green {
z-index: 2;
background: rgba(85, 255, 0, 0.90);
position: relative;
width: 17vw;
height: 1vw;
margin-left: 74.1vw;
padding-bottom: 3vw;
margin-top: -9.5vw;
font-family: 'OSL';
font-size: 0.9vw;
text-align: center;
line-height: 3.9vw;
}
.alert_red {
z-index: 2;
background: rgba(175, 0, 0, 0.9);
position: relative;
width: 17vw;
height: 1vw;
margin-left: 74.1vw;
padding-bottom: 3vw;
margin-top: -9.5vw;
font-family: 'OSL';
text-align: center;
line-height: 3.9vw;
font-size: 0.7vw;
display: none;
}
.alert_blue {
z-index: 2;
background: rgba(0, 140, 186, 0.90);
position: relative;
width: 17vw;
height: 1vw;
margin-left: 74.1vw;
padding-bottom: 3vw;
margin-top: -9.5vw;
font-family: 'OSL';
text-align: center;
line-height: 3.9vw;
font-size: 0.7vw;
display: none;
}
.alerts {
margin-bottom: 47.5vw;
padding-top: 43.3vw;
}