Avancement messages défense & oeuvres

This commit is contained in:
2025-09-27 01:43:49 +02:00
parent d26ab59c51
commit 2741fc3fbf
31 changed files with 954 additions and 220 deletions

View File

@@ -7,6 +7,7 @@
@import "item/munition.less";
@import "item/tarot.less";
@import "roll-dialog.less";
@import "roll-chat.less";
.window-header{
background: rgba(0,0,0,0.75);
}
@@ -1451,7 +1452,9 @@
/* ======================================== */
/* Sidebar CSS */
#sidebar {
font-size: 1rem;
.chat-message{
font-size: 1rem;
}
background: rgb(105,85,65) url(../assets/ui/bg_sid_dark.webp) no-repeat right bottom;
background-position: 100%;
color: rgba(220,220,220,0.75);
@@ -1961,6 +1964,10 @@
border: 2px ridge #846109;
display: inline-block;
img {
max-width: 1rem;
max-height: 1rem;
}
}
.chat-card-button{