Gestion attaques v2 et initiative
This commit is contained in:
@@ -655,7 +655,8 @@ select,
|
||||
width: 1.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat {
|
||||
font-family: CaslonAntique;
|
||||
display: grid;
|
||||
grid-template-areas: "img header buttons" "img resume buttons" "details details details" "actions actions actions";
|
||||
@@ -663,51 +664,61 @@ select,
|
||||
grid-template-rows: max-content max-content max-content max-content;
|
||||
gap: 0 0.5rem;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-img {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-img,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-img {
|
||||
grid-area: img;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-img img {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-img img,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-img img {
|
||||
border: 0;
|
||||
max-height: 3rem;
|
||||
max-width: 3rem;
|
||||
object-fit: contain;
|
||||
height: 100%;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-header {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-header,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-header {
|
||||
grid-area: header;
|
||||
font-weight: bold;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-resume {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-resume,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-resume {
|
||||
grid-area: resume;
|
||||
text-align: justify;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-details {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-details,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-details {
|
||||
grid-area: details;
|
||||
text-align: justify;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-actions {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-actions,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-actions {
|
||||
grid-area: actions;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-actions a {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-actions a,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-actions a {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-actions a img {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-actions a img,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-actions a img {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-buttons {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-buttons,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-buttons {
|
||||
grid-area: buttons;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-buttons a {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-buttons a,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-buttons a {
|
||||
border-radius: 0.2rem;
|
||||
cursor: pointer;
|
||||
padding: 0.2rem;
|
||||
@@ -718,14 +729,17 @@ select,
|
||||
display: inline-block;
|
||||
align-items: center;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-buttons a img {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-buttons a img,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-buttons a img {
|
||||
max-width: 1rem;
|
||||
max-height: 1rem;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-buttons a:hover {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-buttons a:hover,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-buttons a:hover {
|
||||
background: var(--background-custom-button-hover);
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-buttons a:active {
|
||||
.system-foundryvtt-reve-de-dragon .chat-message div.roll-chat div.chat-buttons a:active,
|
||||
.system-foundryvtt-reve-de-dragon .dialog-content div.roll-chat div.chat-buttons a:active {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
@@ -1975,14 +1989,18 @@ select,
|
||||
width: 9rem;
|
||||
height: fit-content;
|
||||
border-radius: 0.3rem;
|
||||
min-width: 6rem;
|
||||
min-width: 8rem;
|
||||
flex-basis: auto;
|
||||
padding: 0;
|
||||
line-height: 0.95rem;
|
||||
line-height: 1.6rem;
|
||||
margin: 0.2rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .rdd-hud-menu label {
|
||||
font-size: 0.8rem;
|
||||
.system-foundryvtt-reve-de-dragon div.control-icon.token-hud-icon select,
|
||||
.system-foundryvtt-reve-de-dragon div.control-icon.token-hud-icon label {
|
||||
font-size: 1rem;
|
||||
}
|
||||
.system-foundryvtt-reve-de-dragon .item-checkbox {
|
||||
height: 25px;
|
||||
|
Reference in New Issue
Block a user