pop20
This commit is contained in:
parent
84e43cfe2e
commit
3d7a6c17ee
@ -213,15 +213,15 @@ body {
|
|||||||
|
|
||||||
.character {
|
.character {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 90px;
|
top: 70px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
#character-ui {
|
#character-ui {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 500px;
|
width: 600px;
|
||||||
height: 420px;
|
height: 500px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -233,7 +233,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.character img {
|
.character img {
|
||||||
height: 260px;
|
height: 340px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
|
filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
|
||||||
}
|
}
|
||||||
@ -263,13 +263,19 @@ body {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #3a2413;
|
color: #3a2413;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Slot Basis */
|
/* Slot Basis */
|
||||||
|
|
||||||
|
/* SLOT BASIS */
|
||||||
|
|
||||||
|
.slot:hover {
|
||||||
|
filter: brightness(1.3);
|
||||||
|
}
|
||||||
|
|
||||||
.slot {
|
.slot {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
|
|
||||||
@ -281,54 +287,72 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Slot Positionen */
|
/* HELM */
|
||||||
|
|
||||||
.helmet {
|
.helmet {
|
||||||
top: 0;
|
top: 10px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.shoulder {
|
/* AMULET */
|
||||||
top: 60px;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.amulet {
|
.amulet {
|
||||||
top: 60px;
|
top: 80px;
|
||||||
right: 0;
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gloves {
|
/* SCHULTER */
|
||||||
top: 150px;
|
|
||||||
left: 0;
|
.shoulder {
|
||||||
|
top: 110px;
|
||||||
|
left: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* WAFFE */
|
||||||
|
|
||||||
.weapon {
|
.weapon {
|
||||||
top: 150px;
|
top: 170px;
|
||||||
right: 0;
|
right: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.belt {
|
/* HANDSCHUHE */
|
||||||
top: 230px;
|
|
||||||
left: 0;
|
.gloves {
|
||||||
|
top: 200px;
|
||||||
|
left: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* SCHILD */
|
||||||
|
|
||||||
.shield {
|
.shield {
|
||||||
top: 230px;
|
top: 240px;
|
||||||
right: 0;
|
right: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* GÜRTEL */
|
||||||
|
|
||||||
|
.belt {
|
||||||
|
top: 270px;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* RINGE */
|
||||||
|
|
||||||
.ring1 {
|
.ring1 {
|
||||||
top: 310px;
|
top: 330px;
|
||||||
left: 0;
|
left: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ring2 {
|
.ring2 {
|
||||||
top: 310px;
|
top: 330px;
|
||||||
right: 0;
|
right: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* STIEFEL */
|
||||||
|
|
||||||
.boots {
|
.boots {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user