Diverses prise en compte technique

This commit is contained in:
2022-10-25 17:54:13 +02:00
parent b64eeb226a
commit 5c54062b81
17 changed files with 159 additions and 291 deletions

View File

@@ -1112,7 +1112,7 @@ ul, li {
text-decoration: none;
text-shadow: 0px 1px 0px #4d3534;
position: relative;
margin:2px;
/*margin:2px;*/
}
.chat-card-button:hover {
@@ -1124,9 +1124,10 @@ ul, li {
top:1px;
}
.button-sheet-roll {
box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 60%);
background: linear-gradient(to bottom, #41545a 5%, #2e5561 100%);
background-color: #7d5d3b00;
border-radius: 4px;
border: 1px ridge #846109;
@@ -1139,13 +1140,15 @@ ul, li {
text-shadow: 0px 1px 0px #4d3534;
position: relative;
max-height:1.8rem;
max-width: 4rem;
margin-left:4px;
flex-grow:1;
max-width: 4rem;
min-width: 4rem;
}
.button-sheet-roll:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
background-color: red;
background-color: rgb(56, 33, 33);
}
.button-sheet-roll:active {
position:relative;
@@ -1247,28 +1250,6 @@ ul, li {
flex-grow: 2;
}
/*************************************************************/
.button-roll-competence {
min-width: 64px;
max-width: 64px;
background-color: rgba(211, 221, 187, 100);
padding-top: 7px;
padding-left: 4px;
margin-left: 4px;
margin-right: 4px;
border-radius: 12px;
}
/*************************************************************/
.button-roll-competence-empty {
min-width: 64px;
max-width: 64px;
padding-top: 7px;
padding-left: 4px;
margin-left: 4px;
margin-right: 4px;
border-radius: 12px;
}
/*************************************************************/
.item-name-img {