Ajout multiples pour le combat et ameliorations des items

This commit is contained in:
2024-07-08 07:54:53 +02:00
parent 10b7fcac09
commit 629d369693
45 changed files with 686 additions and 161 deletions

View File

@ -455,7 +455,7 @@ ul, li {
flex: 1 1 5rem;
}
.list-item-shadow {
background: rgba(87, 60, 32, 0.35);
background: rgba(170, 168, 167, 0.35);
flex-grow: 0;
flex-wrap: nowrap;
justify-content: flex-start;
@ -1133,3 +1133,34 @@ ul, li {
align-items: center;
justify-content: center;
}
.corps-combat-block {
position: relative;
width: 600px;
height: 600px;
}
.silhouette-combat-picture {
width: 250px;
max-width: 250px;
border: 0;
}
.silhouette-combat-block {
position: absolute;
background: white;
border-color: darkgray;
border-style: ridge;
border: 1;
width: 180px;
height: 84px;
margin: 0 auto;
font-size: 0.8rem;
align-self: center;
}
.silhouette-combat-space {
width: 60px;
min-width: 60px;
}
.center-content {
display: flex;
justify-content: center;
align-items: center;
}