Inventory Improvements Actual
This commit is contained in:
@@ -127,18 +127,7 @@ h5 {
|
||||
}
|
||||
|
||||
.pInvWrapper {
|
||||
background: rgba(0,0,0,0.4);
|
||||
height: 395px;
|
||||
width: 394px;
|
||||
display: block;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
left: 38%;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.pInvWrapper {
|
||||
background: rgba(0,0,0,0.4);
|
||||
background: rgba(0,0,0,0.6);
|
||||
height: 395px;
|
||||
width: 394px;
|
||||
display: block;
|
||||
@@ -149,7 +138,7 @@ h5 {
|
||||
}
|
||||
|
||||
.phanWrapper {
|
||||
background: rgba(0,0,0,0.4);
|
||||
background: rgba(0,0,0,0.6);
|
||||
height: 170px;
|
||||
width: 394px;
|
||||
display: block;
|
||||
@@ -158,10 +147,20 @@ h5 {
|
||||
left: 38%;
|
||||
top: 50%;
|
||||
}
|
||||
.Betrag {
|
||||
background: rgba(0,0,0,0.6);
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: block;
|
||||
transform: translate(-50%, -50%);
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
#invContainer{
|
||||
width: 110%;
|
||||
height: auto;
|
||||
#invContainer {
|
||||
width: 110%;
|
||||
height: auto;
|
||||
}
|
||||
#handelContainer{
|
||||
width: 110%;
|
||||
@@ -199,8 +198,8 @@ h5 {
|
||||
|
||||
|
||||
.selected {
|
||||
box-shadow: 0px 0px 6px white;
|
||||
border: 1px solid yellow;
|
||||
box-shadow: 0px 0px 6px white;
|
||||
border: 1px solid yellow;
|
||||
}
|
||||
|
||||
.common {
|
||||
@@ -212,13 +211,13 @@ h5 {
|
||||
text-shadow: 0 0 0 1px black;
|
||||
}
|
||||
|
||||
.uncommon {
|
||||
.fishes {
|
||||
box-shadow: 0 0 2px 1px #3333ff inset;
|
||||
}
|
||||
|
||||
.uncommon h3 {
|
||||
color: #3333ff;
|
||||
text-shadow: 0 0 0 1px black;
|
||||
|
||||
.fishes h3 {
|
||||
color: #3333ff;
|
||||
text-shadow: 0 0 0 1px black;
|
||||
}
|
||||
|
||||
.rare {
|
||||
@@ -284,7 +283,7 @@ h5 {
|
||||
background-color: #313131; /* blau */
|
||||
border: none;
|
||||
height: 30px;
|
||||
width: 124px;
|
||||
width: 100%
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
@@ -293,6 +292,19 @@ h5 {
|
||||
left: 1.5%;
|
||||
color:#ffffff;
|
||||
}
|
||||
#tf_zahl {
|
||||
background-color: #313131; /* blau */
|
||||
border: none;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
position: relative;
|
||||
left: 1.5%;
|
||||
color: #ffffff;
|
||||
}
|
||||
#tf_name {
|
||||
background-color: #313131; /* blau */
|
||||
border: none;
|
||||
@@ -324,4 +336,19 @@ h5 {
|
||||
left: 1.5%;
|
||||
color: #ffffff;
|
||||
}
|
||||
#tf_submitZahl {
|
||||
background-color: #008CBA; /* blau */
|
||||
border: none;
|
||||
height: 32px;
|
||||
width: 124px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
font-color: white;
|
||||
position: relative;
|
||||
left: 1.5%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* tasks */
|
||||
Reference in New Issue
Block a user